Add medium/500 weight of IBM Plex Mono

This commit is contained in:
Sam Becker 2023-11-02 09:06:29 -05:00
parent 675e80dbe8
commit 45ae2bdb37
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import '../site/globals.css';
const ibmPlexMono = IBM_Plex_Mono({
subsets: ['latin'],
weight: ['400', '700'],
weight: ['400', '500', '700'],
variable: '--font-ibm-plex-mono',
});

View File

@ -30,7 +30,7 @@ export default function PhotoFujifilmSimulation({
<span className={cc(
'hidden xs:inline-block',
'bg-gray-100 px-1 py-1 leading-none rounded-md',
'text-gray-500 text-[0.7rem] tracking-wide',
'text-gray-500 font-medium text-[0.7rem] tracking-wide',
)}>
{medium}
</span>