10 lines
220 B
CSS
10 lines
220 B
CSS
|
/* toyger-free */
|
||
|
@font-face {
|
||
|
font-family: Toyger-free;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("Toyger-free"), local("Toyger-free-Regular"), url(toyger-free.woff2) format("woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|