/ Published in: CSS
URL: http://bavotasan.com/tutorials/embedding-fonts-web-site-css-font-face/
Expand |
Embed | Plain Text
/* * * The fonts included are copyrighted by the vendor listed below. * * @vendor: Bright Ideas * @licenseurl: http://www.fontsquirrel.com/license/Riesling * * */ @font-face { font-family: 'RieslingRegular'; src: url('fonts/riesling.eot'); src: local('Riesling Regular'), local('Riesling'), url('fonts/riesling.ttf') format('truetype');
You need to login to post a comment.
