17 lines
430 B
CSS
17 lines
430 B
CSS
|
@font-face {
|
||
|
font-family: "OleoScript";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url("./oleoscript/oleoscript-regular.woff2") format("woff2"),
|
||
|
url("./oleoscript/oleoscript-regular.ttf") format("ttf");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "OleoScript";
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: url("./oleoscript/oleoscript-bold.woff2") format("woff2"),
|
||
|
url("./oleoscript/oleoscript-bold.ttf") format("ttf");
|
||
|
}
|
||
|
|