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