Difference between revisions of "Team:Lethbridge/CSS"

Line 1: Line 1:
 
<html>
 
<html>
<head>
 
    <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
 
</head>
 
 
<style>
 
<style>
{{Team:Lethbridge/css/reset}}
+
{{Team:Lethbridge/reset}}
 
body {font-family: 'Ralway', sans-serif; background-color: #ffffff; color: darkslategrey !important;}
 
body {font-family: 'Ralway', sans-serif; background-color: #ffffff; color: darkslategrey !important;}
  
Line 81: Line 78:
  
 
/* WIKI & HTML conflict workarounds */
 
/* WIKI & HTML conflict workarounds */
/* making sure all fonts in p tags need to be in each page's CSS rules, not this master reference */
+
/* making sure all fonts in p tags need to be in each page's CSS rules, not this master reference, and with a !important flag */
 +
/* references to font files need to be done within each page as well, not this master reference */
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 21:14, 28 June 2018