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