Skip to content
Snippets Groups Projects
Commit f75e2047 authored by David Loiret's avatar David Loiret Committed by Jean-Baptiste Kempf
Browse files

Use local Raleway Thin fonts


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 968ff092
No related branches found
No related tags found
No related merge requests found
File added
This diff is collapsed.
File added
File added
File added
...@@ -56,11 +56,19 @@ ul, li ...@@ -56,11 +56,19 @@ ul, li
list-style-type: none; list-style-type: none;
} }
$font-path-raleway: "/style/fonts/Raleway";
@font-face { @font-face {
font-family: "Raleway"; font-family: "Raleway";
font-style: normal; font-style: normal;
font-weight: 100; font-weight: 100;
src: local("Raleway Thin"), local("Raleway-Thin"), url("//themes.googleusercontent.com/font?kit=RJMlAoFXXQEzZoMSUteGWKCWcynf_cDxXwCLxiixG1c") format("truetype"); src: local("Raleway Thin"), local("Raleway-Thin"),
url('#{$font-path-raleway}/Raleway-Thin.eot'),
url('#{$font-path-raleway}/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
url('#{$font-path-raleway}/Raleway-Thin.woff2') format('woff2'),
url('#{$font-path-raleway}/Raleway-Thin.woff') format('woff'),
url('#{$font-path-raleway}/Raleway-Thin.ttf') format('truetype'),
url('#{$font-path-raleway}/Raleway-Thin.svg#Raleway-Thin') format('svg');
} }
@font-face { @font-face {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment