Difference between revisions of "Template:Freiburg/CSS"

Line 95: Line 95:
  
  
/* ============= Implement custom fonts ============= */
+
/* ============= Declare Fonts for non-Windows machines ============= */
  
  
Line 116: Line 116:
 
   font-style: italic;
 
   font-style: italic;
 
}
 
}
 +
 
@font-face {
 
@font-face {
 
     font-family: Roboto;
 
     font-family: Roboto;
 
     src: url(https://static.igem.org/mediawiki/2015/c/c3/Freiburg_Roboto-Regular.ttf) format('truetype');
 
     src: url(https://static.igem.org/mediawiki/2015/c/c3/Freiburg_Roboto-Regular.ttf) format('truetype');
  
 +
}
 +
@font-face {
 +
  font-family: Roboto;
 +
  src: url(https://static.igem.org/mediawiki/2015/6/64/Freiburg_Roboto-Light.ttf)  format('truetype');
 +
  font-style: normal;
 +
  font-weight: 300;
 +
 
 
}
 
}
 
@font-face {
 
@font-face {
Line 139: Line 147:
 
   font-style: italic;
 
   font-style: italic;
 
}
 
}
 +
  
  
Line 190: Line 199:
 
width: 100px;
 
width: 100px;
 
display: table-cell;
 
display: table-cell;
font-family: "Roboto","Arial";
+
font-family: "Roboto",sans-serif;
 
}
 
}
  
Line 255: Line 264:
 
.page_content{
 
.page_content{
 
color: #757575;
 
color: #757575;
font-family: "Roboto", "Arial";
+
font-family: "Roboto", sans-serif;
 
font-style: normal;
 
font-style: normal;
 +
font-weight: 300;
 
font-size: 16px;
 
font-size: 16px;
 
line-height: 1.8;
 
line-height: 1.8;
Line 375: Line 385:
 
---------------- END Our Team Flipcards css ----------------
 
---------------- END Our Team Flipcards css ----------------
 
*/
 
*/
 +
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 16:41, 16 August 2015