/ Published in: CSS
Añadir una fuente vÃa css.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@font-face { font-family: 'BradleyHandITCRegular'; src: url('bradhitc-webfont.eot'); src: local('�'), url('bradhitc-webfont.woff') format('woff'), url('bradhitc-webfont.ttf') format('truetype'), url('bradhitc-webfont.svg#webfont1DfyCuK8') format('svg'); font-weight: normal; font-style: normal; } body {font-family: 'BradleyHandITCRegular', arial, serif;}