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