forked from Botanical/BotanJS
Use the swap font-display strategy
This commit is contained in:
parent
93bfc3d852
commit
6f326d5b80
@ -1,6 +1,7 @@
|
||||
/*{{{ Global Font Settings */
|
||||
@font-face{
|
||||
font-family: custom-sans;
|
||||
font-display: swap;
|
||||
src: local("GIRegular"),
|
||||
url("/assets/fonts/GI-Regular.woff") format("woff"),
|
||||
local("Helvetica-Light"),
|
||||
@ -15,6 +16,7 @@
|
||||
|
||||
@font-face{
|
||||
font-family: custom-serif;
|
||||
font-display: swap;
|
||||
src: url("/assets/fonts/DAYROM__/DAYROM__.woff") format("woff"),
|
||||
url("/assets/fonts/DAYROM__/DAYROM__.svg") format("svg"),
|
||||
local("Palatino Linotype"),
|
||||
|
Loading…
Reference in New Issue
Block a user