content/styles/_calendas-plus.less
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 18, 2015 */
@font-face {
font-family: 'Calendas Plus';
src: url('../fonts/calendas_plus-eot.eot');
src: url('../fonts/calendas_plus-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/calendas_plus-woff2.woff2') format('woff2'),
url('../fonts/calendas_plus-woff.woff') format('woff'),
url('../fonts/calendas_plus-ttf.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Calendas Plus';
src: url('../fonts/calendas_plus_bold-eot.eot');
src: url('../fonts/calendas_plus_bold-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/calendas_plus_bold-woff2.woff2') format('woff2'),
url('../fonts/calendas_plus_bold-woff.woff') format('woff'),
url('../fonts/calendas_plus_bold-ttf.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Calendas Plus';
src: url('../fonts/calendas_plus_italic-eot.eot');
src: url('../fonts/calendas_plus_italic-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/calendas_plus_italic-woff2.woff2') format('woff2'),
url('../fonts/calendas_plus_italic-woff.woff') format('woff'),
url('../fonts/calendas_plus_italic-ttf.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
|