avoid invisible title text on load

This commit is contained in:
anna 2021-02-11 23:36:53 +01:00
parent 7bd75df66a
commit 8dd8ce430c
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -2,6 +2,7 @@
font-family: "Oleo Script";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("./oleoscript/oleoscript-regular.woff2") format("woff2"),
url("./oleoscript/oleoscript-regular.ttf") format("ttf");
}
@ -10,6 +11,7 @@
font-family: "Oleo Script";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("./oleoscript/oleoscript-bold.woff2") format("woff2"),
url("./oleoscript/oleoscript-bold.ttf") format("ttf");
}