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:
parent
297a235b9c
commit
a5bfe9c84d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue