seitime-frappe/css/ui/fonts.css
2012-03-20 14:37:51 +05:30

13 lines
No EOL
344 B
CSS

@font-face {
font-family: 'Pontano Sans';
font-style: normal;
font-weight: 400;
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');
}