Use subset webfont

This commit is contained in:
Daniel Flanagan 2022-05-25 13:28:13 -05:00
parent 4a4392a3d2
commit 35510b3c23
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -15,7 +15,7 @@
font-weight: 400; font-weight: 400;
font-stretch: normal; font-stretch: normal;
font-style: normal; font-style: normal;
src: url('https://files.lyte.dev/iosevkalyte/woff2/iosevkalyte-regular.woff2') format('woff2'), url('https://files.lyte.dev/iosevkalyte/ttf/iosevkalyte-regular.ttf') format('truetype'); src: url('https://files.lyte.dev/iosevkalyte/iosevkalyteweb-regular.subset.woff2') format('woff2');
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
@ -54,6 +54,8 @@ h1, pre {
display: block; display: block;
max-width: 800px; max-width: 800px;
margin: 0.5em auto; margin: 0.5em auto;
padding-left: 3.5em;
padding-right: 3.5em;
} }
</style> </style>
</head> </head>