Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS style sheet with @font-face declaration #4

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions webfonts/raleway.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
'Raleway'
https://www.theleagueofmoveabletype.com/raleway

Copyright (c) 2010, Matt McInerney <[email protected]>,
with Reserved Font Name: "Raleway".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
http://scripts.sil.org/OFL
*/
@font-face {
font-family: 'Raleway';
font-weight: 100; /* Thin */
src: url('raleway_thin-webfont.eot');
src: url('raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
url('raleway_thin-webfont.woff') format('woff'),
url('raleway_thin-webfont.ttf') format('truetype'),
url('raleway_thin-webfont.svg#webfontnF3kUzPR') format('svg');
}