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