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