Paul Irish´s Bulletproof font embedding


/ Published in: CSS
Save to your folder(s)

Añadir una fuente vía css.


Copy this code and paste it in your HTML
  1. @font-face {
  2. font-family: 'BradleyHandITCRegular';
  3. src: url('bradhitc-webfont.eot');
  4. src: local('�'), url('bradhitc-webfont.woff') format('woff'), url('bradhitc-webfont.ttf') format('truetype'), url('bradhitc-webfont.svg#webfont1DfyCuK8') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8.  
  9.  
  10. body {font-family: 'BradleyHandITCRegular', arial, serif;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.