2011-02-24 23:29:00 -05:00
|
|
|
/**
|
|
|
|
* Handle Self-hosted True Type Fonts
|
|
|
|
*/
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Cardo';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
2014-02-16 16:03:36 -05:00
|
|
|
src: local('Cardo'), url('../fonts/Cardo99s.ttf') format('truetype');
|
2011-02-24 23:29:00 -05:00
|
|
|
}
|