master
Pedro Sá Couto 5 years ago
parent 38e1bced51
commit eae4aaa2f6

@ -11,10 +11,24 @@
font-weight: bold; font-weight: bold;
font-style: normal;} font-style: normal;}
/* src: url("font/Roboto.otf") format("opentype"); @font-face {
font-weight: 300; font-family: "Roboto";
font-style: normal; src: url("font/Roboto-Regular.ttf") format("truetype");
*/ font-weight: regular;
font-style: normal;}
@font-face {
font-family: "Roboto";
src: url("font/Roboto-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;}
@font-face {
font-family: "Roboto";
src: url("font/Roboto-Italic.ttf") format("truetype");
font-weight: regular;
font-style: italic;}
/* style edits */ /* style edits */
a{ a{
@ -47,6 +61,7 @@ a:visited{
body body
{ {
font-family: "Roboto", sans-serif;
width:100%; width:100%;
background-color: white; background-color: white;
font-size: calc(8px + 0.7vw); font-size: calc(8px + 0.7vw);

Loading…
Cancel
Save