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