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