18 lines
474 B
CSS
18 lines
474 B
CSS
@font-face {
|
|
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");
|
|
}
|
|
|
|
@font-face {
|
|
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");
|
|
}
|
|
|