mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 18:15:50 +00:00
12 lines
253 B
CSS
12 lines
253 B
CSS
|
|
@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";
|
||
|
|
}
|