wonderdome-site/assets/styles/fonts.css

24 lines
812 B
CSS
Executable File

@font-face {
font-family: 'raleway';
src: url('/fonts/raleway-regular.eot');
src: url('/fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway-regular.woff') format('woff'),
url('/fonts/raleway-regular.ttf') format('truetype'),
url('/fonts/raleway-regular.svg#rock_saltregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway-bold.eot');
src: url('/fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway-bold.woff') format('woff'),
url('/fonts/raleway-bold.ttf') format('truetype'),
url('/fonts/raleway-bold.svg#rock_saltregular') format('svg');
font-weight: bold;
font-style: normal;
}