Browse Source

Adding font Raleway

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Jean-Romain Prévost 12 years ago
parent
commit
c5091aad5e
1 changed files with 7 additions and 2 deletions
  1. 7 2
      Resources/web/style.css

+ 7 - 2
Resources/web/style.css

@@ -1,8 +1,13 @@
-/* @override http://localhost:8000/style.css */
-
 /* YUI CSS Reset */
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,nav,header,footer{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} ol,ul{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';} abbr,acronym{border:0;}
 
+@font-face{
+  font-family:"Raleway";
+  font-style:normal;
+  font-weight:100;
+  src:local("Raleway Thin"),local("Raleway-Thin"),url("//themes.googleusercontent.com/font?kit=RJMlAoFXXQEzZoMSUteGWKCWcynf_cDxXwCLxiixG1c") format("truetype");
+}
+
 * {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;