Difference between revisions of "Team:Lethbridge/CSS"

Line 1: Line 1:
 
<html>
 
<html>
 +
<head>
 +
/* Fonts - will be uploaded to iGEM server when font decision has been finalized */
 +
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
 +
</head>
 
<style>
 
<style>
 
/* Wiki Style Reset from 2016 U of C.  Edits have been done to change default fonts, colors, etc.  Resets the wiki style by overriding with a reset stylesheet. The relevant wiki css rules are reset by using rules with higher priority. Written by Florian Albrecht.  Shoutout to the 2016 U of C Wiki */
 
/* Wiki Style Reset from 2016 U of C.  Edits have been done to change default fonts, colors, etc.  Resets the wiki style by overriding with a reset stylesheet. The relevant wiki css rules are reset by using rules with higher priority. Written by Florian Albrecht.  Shoutout to the 2016 U of C Wiki */
Line 37: Line 41:
 
     /* Reset template additions for 2018 */
 
     /* Reset template additions for 2018 */
 
         div#top_title {visibility: hidden;}
 
         div#top_title {visibility: hidden;}
 +
        font-family: 'Cabin', sans-serif;
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 20:02, 28 June 2018

/* Fonts - will be uploaded to iGEM server when font decision has been finalized */