pedf
/
novinari
Archived
1
0
Fork 0

Roboto Slab font

master
Emil Miler 3 years ago
parent ee819f14b8
commit edd6bbf098

@ -2,12 +2,23 @@
--width: 1200px;
}
@font-face {
font-family: "roboto-black";
src: url(fnt/RobotoSlab-Black.ttf);
}
@font-face {
font-family: "roboto-light";
src: url(fnt/RobotoSlab-Light.ttf);
}
html { scroll-behavior: smooth }
body {
margin: 0;
line-height: 1.5;
font-family: "roboto-light";
min-height: 100vh;
width: 100vw;
color: #edfbff;
@ -68,6 +79,7 @@ main {
}
main h1 {
font-size: 6em;
font-family: "roboto-black";
margin: .2em;
}
main hr {