Difference between revisions of "Template:Chalmers-Gothenburg-Dev"

(font test)
Line 4: Line 4:
  
 
   <style type="text/css">
 
   <style type="text/css">
 +
 +
    /* Custom fonts
 +
    @font-face{
 +
      font-family: "Sherlock";
 +
      src: url('https://static.igem.org/mediawiki/2015/8/8a/Chalmers_sherlocked-font.ttf');
 +
    }
 +
  
 
     /* #FF2240
 
     /* #FF2240
 
     * default stylesheet overwrites
 
     * default stylesheet overwrites
 
     */
 
     */
 +
 +
  
 
     body {
 
     body {
Line 47: Line 56:
 
       height: 400px;
 
       height: 400px;
 
     }
 
     }
 +
 +
    #section1 h1 {
 +
      font-family: Sherlock;
 +
    }
 +
  
 
   </style>
 
   </style>
Line 53: Line 67:
  
 
     <div id="section1">
 
     <div id="section1">
       <p>Hej</p>
+
       <h1>Hej</h1>
 
     </div>
 
     </div>
 
 
   </div>
 
   </div>
  
 
</html>
 
</html>

Revision as of 15:20, 18 July 2015

Hej