switch to jetbrains mono variable font and change up the mini ranking card a little bit
All checks were successful
Deploy / deploy (push) Successful in 5m11s
All checks were successful
Deploy / deploy (push) Successful in 5m11s
This commit is contained in:
parent
c8a07e7e32
commit
f32c329eb1
Binary file not shown.
BIN
src/app/fonts/JetBrainsMono.ttf
Normal file
BIN
src/app/fonts/JetBrainsMono.ttf
Normal file
Binary file not shown.
@ -15,8 +15,8 @@ import "./globals.css";
|
|||||||
import { Colors } from "@/common/colors";
|
import { Colors } from "@/common/colors";
|
||||||
|
|
||||||
const siteFont = localFont({
|
const siteFont = localFont({
|
||||||
src: "./fonts/JetBrainsMono-Regular.woff2",
|
src: "./fonts/JetBrainsMono.ttf",
|
||||||
weight: "100 900",
|
weight: "100 400",
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
|
@ -133,7 +133,9 @@ export default function Mini({ type, player }: MiniProps) {
|
|||||||
</Avatar>
|
</Avatar>
|
||||||
<p
|
<p
|
||||||
className={
|
className={
|
||||||
playerRanking.id === player.id ? "text-gray-400" : ""
|
playerRanking.id === player.id
|
||||||
|
? "text-pp font-semibold"
|
||||||
|
: ""
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{playerName}
|
{playerName}
|
||||||
|
Reference in New Issue
Block a user