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