34 lines
904 B
CSS
34 lines
904 B
CSS
@font-face {
|
|
font-family: 'Pontano Sans';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url('../lib/css/fonts/pontanosans.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Droid Sans';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'PT Sans';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
|
|
}
|
|
|