stacosys/demo/public/fonts/opensans_regular_macroman/stylesheet.css
Yax 0548b50b73 Add CORS capability to Flask
Add static blog demo files
2015-05-09 12:51:14 +02:00

12 lines
434 B
CSS

@font-face {
font-family: 'open_sansregular';
src: url('OpenSans-Regular-webfont.eot');
src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('OpenSans-Regular-webfont.woff') format('woff'),
url('OpenSans-Regular-webfont.ttf') format('truetype'),
url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}