2013-09-16 13:46:04 -04:00
|
|
|
// PT Sans fonts
|
|
|
|
// -------------------------
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'PT Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('PT Sans'), local('PTSans-Regular'), url('../font/pt-sans.woff') format('woff');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'PT Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('PT Sans Bold'), local('PTSans-Bold'), url('../font/pt-sans-bold.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
2013-09-18 10:03:51 -04:00
|
|
|
// Mensch fonts
|
|
|
|
// -------------------------
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Mensch';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src: local('Mensch'), local('Mensch-Regular'), url('../font/mensch.ttf') format('truetype');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Mensch Thin';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src: local('Mensch Thin'), local('Mensch-Thin'), url('../font/mensch-thin.ttf') format('truetype');
|
|
|
|
}
|
|
|
|
|
2013-09-16 13:46:04 -04:00
|
|
|
// Icon fonts
|
|
|
|
// -------------------------
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'icons';
|
|
|
|
src:url('../font/icons.eot');
|
|
|
|
src:url('../font/icons.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../font/icons.woff') format('woff'),
|
|
|
|
url('../font/icons.ttf') format('truetype'),
|
|
|
|
url('../font/icons.svg#icomoon') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|