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