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