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

This commit is contained in:
Lee 2024-09-30 21:17:42 +01:00
parent c8a07e7e32
commit f32c329eb1
4 changed files with 5 additions and 3 deletions

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}