1
0
aclindsay.com/css/fonts.css

10 lines
198 B
CSS
Raw Normal View History

/**
* Handle Self-hosted True Type Fonts
*/
@font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: normal;
src: local('Cardo'), url('../fonts/Cardo99s.ttf') format('truetype');
}