Initial V1
This commit is contained in:
32
V1/resources/css/components/main.css
Normal file
32
V1/resources/css/components/main.css
Normal file
@@ -0,0 +1,32 @@
|
||||
@font-face {
|
||||
font-family: 'Mona-Sans';
|
||||
src:
|
||||
url('/resources/fonts/Mona-Sans.woff2') format('woff2 supports variations'),
|
||||
url('/resources/fonts/Mona-Sans.woff2') format('woff2-variations');
|
||||
font-weight: 200 900;
|
||||
font-stretch: 75% 125%;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Moonstone History';
|
||||
src: url('/resources/fonts/Moonstone History.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Monsterrat';
|
||||
src:
|
||||
url('/resources/fonts/Montserrat-VariableFont_wght.ttf') format('ttf supports variations'),
|
||||
url('/resources/fonts/Montserrat-VariableFont_wght.ttf') format('ttf-variations');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Overused Grotesk";
|
||||
src:
|
||||
url("/resources/fonts/OverusedGrotesk-VF.woff2") format("woff2 supports variations"),
|
||||
url("/resources/fonts/OverusedGrotesk-VF.woff2") format("woff2-variations");
|
||||
font-weight: 300 900;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user