2021-02-11 17:47:52 +01:00
|
|
|
@font-face {
|
2021-02-11 20:52:14 +01:00
|
|
|
font-family: "Oleo Script";
|
2021-02-11 17:47:52 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2021-02-11 23:36:53 +01:00
|
|
|
font-display: swap;
|
2021-02-11 17:47:52 +01:00
|
|
|
src: url("./oleoscript/oleoscript-regular.woff2") format("woff2"),
|
|
|
|
url("./oleoscript/oleoscript-regular.ttf") format("ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2021-02-11 20:52:14 +01:00
|
|
|
font-family: "Oleo Script";
|
2021-02-11 17:47:52 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2021-02-11 23:36:53 +01:00
|
|
|
font-display: swap;
|
2021-02-11 17:47:52 +01:00
|
|
|
src: url("./oleoscript/oleoscript-bold.woff2") format("woff2"),
|
|
|
|
url("./oleoscript/oleoscript-bold.ttf") format("ttf");
|
|
|
|
}
|
|
|
|
|