blob: 45020c693101f75585d58e0d353a6a22d4042fba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* 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;
}
|