avoid invisible title text on load
This commit is contained in:
parent
7bd75df66a
commit
8dd8ce430c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
font-family: "Oleo Script";
|
font-family: "Oleo Script";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
src: url("./oleoscript/oleoscript-regular.woff2") format("woff2"),
|
src: url("./oleoscript/oleoscript-regular.woff2") format("woff2"),
|
||||||
url("./oleoscript/oleoscript-regular.ttf") format("ttf");
|
url("./oleoscript/oleoscript-regular.ttf") format("ttf");
|
||||||
}
|
}
|
||||||
|
@ -10,6 +11,7 @@
|
||||||
font-family: "Oleo Script";
|
font-family: "Oleo Script";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
src: url("./oleoscript/oleoscript-bold.woff2") format("woff2"),
|
src: url("./oleoscript/oleoscript-bold.woff2") format("woff2"),
|
||||||
url("./oleoscript/oleoscript-bold.ttf") format("ttf");
|
url("./oleoscript/oleoscript-bold.ttf") format("ttf");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue