UNPKG

generator-scheme-web

Version:

A Yeoman generator for Scheme Designs web project scafolding

21 lines (16 loc) 891 B
/* This is a placeholder */ /* Sample of how to form @font-face statements for best cross browser compatability =====================================================================================*/ /* NOTE: Remember to to edit your .htaccess file to force www or non-www on the url. Fonts wont load cross domain. */ @font-face { font-family: 'proxima_novalight'; src: url('[[root_url]]/fonts/proximanova-light-webfont.eot'); src: local('☺'), url('[[root_url]]/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('[[root_url]]/fonts/proximanova-light-webfont.woff') format('woff'), url('[[root_url]]/fonts/proximanova-light-webfont.ttf') format('truetype'), url('[[root_url]]/fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg'); font-weight: normal; font-style: normal; }