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-01-23 23:20:08 -05:00
|
|
|
src: local('Cardo'), url('https://aclindsay.com/fonts/Cardo99s.ttf') format('truetype');
|
2011-02-24 23:29:00 -05:00
|
|
|
}
|