Sample Fonts
@font-face {
font-family: 'oswaldregular';
src: url('../fonts/Oswald-Regular-webfont.eot');
src: url('../fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oswald-Regular-webfont.woff2') format('woff2'),
url('../fonts/Oswald-Regular-webfont.woff') format('woff'),
url('../fonts/Oswald-Regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
No comments