Use subset webfont
This commit is contained in:
parent
4a4392a3d2
commit
35510b3c23
|
@ -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>
|
||||
|
|
Reference in a new issue