Add medium/500 weight of IBM Plex Mono
This commit is contained in:
parent
675e80dbe8
commit
45ae2bdb37
@ -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',
|
||||
});
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user