mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 09:55:50 +00:00
Rubix Home page development
This commit is contained in:
11
src/index.css
Normal file
11
src/index.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@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";
|
||||
}
|
||||
Reference in New Issue
Block a user