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
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@
font-weight: 400;
font-stretch: 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) {
@ -54,6 +54,8 @@ h1, pre {
display: block;
max-width: 800px;
margin: 0.5em auto;
padding-left: 3.5em;
padding-right: 3.5em;
}
</style>
</head>