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