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