@ -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,8 +61,14 @@ a:visited{
body
{
< < < < < < < HEAD
width : 100 % ;
background-color : # 21632c ;
= = = = = = =
font-family : "Roboto" , sans-serif ;
width : 100 % ;
background-color : white ;
> > > > > > > f088d357090d27adbb400e007445eee95f85116b
font-size : calc ( 8px + 0 . 7vw ) ;
scrollbar-width : none ;
border : none ;
@ -167,34 +187,34 @@ div #maingif{
div # define {
max-width : 90 % ;
text-align : justify ;
/*! text-align: justify; */
display : block ;
margin-left : auto ;
margin-right : auto ;
font-family : "OCRAStd" ;
font-size : 1 . 5vw ;
padding-top : 5 % ;
color : black ;
color : # fff ;
}
div # pzi {
max-width : 90 % ;
text-align : justify ;
/*! text-align: justify; */
display : block ;
margin-left : auto ;
margin-right : auto ;
font-family : " Roboto ";
font-family : " OCRAStd ";
font-size : 1 . 5vw ;
color : black ;
color : white ;
}
div # names {
max-width : 90 % ;
text-align : justify ;
/*! text-align: justify; */
display : block ;
margin-left : auto ;
margin-right : auto ;
font-family : " Helvetica ";
font-family : " OCRAStd ";
font-style : "light" ;
color : white ;
font-size : 1 . 2vw ;
@ -202,13 +222,13 @@ div#names {
div # intro {
max-width : 90 % ;
text-align : justify ;
/*! text-align: justify; */
display : block ;
margin-left : auto ;
margin-right : auto ;
font-family : " Roboto ";
font-family : " OCRAStd ";
font-size : 1 . 2vw ;
color : black ;
color : white ;
}
/ * div . moduleimg {