10 lines
229 B
CSS
10 lines
229 B
CSS
|
/* uroob */
|
||
|
@font-face {
|
||
|
font-family: "uroob";
|
||
|
src:
|
||
|
url("./fonts/uroob-webfont.woff2") format("woff2"),
|
||
|
url("./fonts/uroob-webfont.woff") format("woff");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|