Files
rubix/src/index.css

12 lines
253 B
CSS
Raw Normal View History

2024-03-22 15:02:23 +05:30
@font-face {
font-family: "Mona Sans";
src: url("Mona-Sans.woff2") format("woff2 supports variations"),
url("Mona-Sans.woff2") format("woff2-variations");
font-weight: 200 900;
font-stretch: 75% 125%;
}
html {
font-family: "Mona Sans";
}