62 lines
1.5 KiB
CSS
62 lines
1.5 KiB
CSS
@font-face {
|
|
font-family: 'Pontano Sans';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url('fonts/pontanosans.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Droid Sans';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Droid Sans'), local('DroidSans'), url('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('fonts/ptsans.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Open Sans'), local('OpenSans'), url('fonts/opensans.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cabin';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Cabin Regular'), local('Cabin-Regular'), url('fonts/cabin.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Pacifico';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Pacifico Regular'), local('Pacifico-Regular'), url('fonts/pacifico.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Oleo Script';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Oleo Script'), local('OleoScript-Regular'), url('fonts/oleoscript.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cookie';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Cookie-Regular'), url('fonts/cookie.woff') format('woff');
|
|
}
|