1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 08:23:14 -06:00

css: change to font-display:optional

This commit is contained in:
Tyler Nguyen 2024-11-07 19:31:28 -06:00
parent 297a235b9c
commit a5bfe9c84d
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
@font-face {
font-family: "BerkeleyMono";
src: url("/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Regular.woff2") format("woff2");
font-display: swap;
font-display: optional;
font-weight: 100 150;
font-style: normal;
}
@ -9,7 +9,7 @@
@font-face {
font-family: "BerkeleyMono";
src: url("/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Italic.woff2") format("woff2");
font-display: swap;
font-display: optional;
font-weight: 100 150;
font-style: italic;
}