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