Difference between revisions of "Template:Freiburg/sytles/jtestCSS"

 
Line 11: Line 11:
 
}
 
}
  
h1{
+
ah1{
 
   font-family: robotothin, Georgia, serif;
 
   font-family: robotothin, Georgia, serif;
 
   font-size: 150%;
 
   font-size: 150%;
 
}
 
}

Latest revision as of 15:37, 22 September 2017

@font-face {

   font-family: 'robotothin';
   src: url('Roboto-Thin-webfont.eot');
   src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Thin-webfont.woff2') format('woff2'),
        url('Roboto-Thin-webfont.woff') format('woff'),
        url('Roboto-Thin-webfont.ttf') format('truetype'),
        url('Roboto-Thin-webfont.svg#robotothin') format('svg');
   font-weight: normal;
   font-style: normal;

}

ah1{

 font-family: robotothin, Georgia, serif;
 font-size: 150%;

}