1
0
aclindsay.com/css/fonts.css
Aaron Lindsay 93d23c225f Make font paths relative
If they are absolute paths, you have to pick one of http or https, which
causes issues if youre website is accessible on both.
2014-02-16 16:03:36 -05:00

10 lines
198 B
CSS

/**
* 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');
}