Bones/css/fonts.css

42 lines
1.3 KiB
CSS
Raw Normal View History

2018-03-18 16:38:16 -04:00
@font-face {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 700;
src: url(../fonts/raleway/Raleway-Bold.woff2) format('woff2'), url(../fonts/raleway/Raleway-Bold.woff) format('woff')
}
@font-face {
font-family: 'Raleway', sans-serif;
font-style: italic;
font-weight: 700;
src: url(../fonts/raleway/Raleway-BoldItalic.woff2) format('woff2'), url(../fonts/raleway/Raleway-BoldItalic.woff) format('woff')
}
@font-face {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
src: url(../fonts/raleway/Raleway-Regular.woff2) format('woff2'), url(../fonts/raleway/Raleway-Regular.woff) format('woff')
}
@font-face {
font-family: 'Raleway', sans-serif;
font-style: italic;
font-weight: 400;
src: url(../fonts/raleway/Raleway-Italic.woff2) format('woff2'), url(../fonts/raleway/Raleway-Italic.woff) format('woff')
}
@font-face {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 300;
src: url(../fonts/raleway/Raleway-Light.woff2) format('woff2'), url(../fonts/raleway/Raleway-Light.woff) format('woff')
}
@font-face {
font-family: 'Raleway', sans-serif;
font-style: italic;
font-weight: 300;
src: url(../fonts/raleway/Raleway-LightItalic.woff2) format('woff2'), url(../fonts/raleway/Raleway-LightItalic.woff) format('woff')
}