|
|
|
@ -11,10 +11,24 @@
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: normal;}
|
|
|
|
|
|
|
|
|
|
/* src: url("font/Roboto.otf") format("opentype");
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
*/
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Roboto";
|
|
|
|
|
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 */
|
|
|
|
|
a{
|
|
|
|
@ -47,6 +61,7 @@ a:visited{
|
|
|
|
|
|
|
|
|
|
body
|
|
|
|
|
{
|
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
|
width:100%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-size: calc(8px + 0.7vw);
|
|
|
|
|