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