@font-face: Como utilizar cualquier fuente/tipografía en tu web – CybMeta

PHOTO EMBED

Tue Oct 19 2021 05:17:43 GMT+0000 (Coordinated Universal Time)

Saved by @indacanguaris #css

@font-face {
    font-family: 'icomoonregular';
    src: local('icomoonregular'),
         url('icomoon-webfont.eot?#iefix') format('embedded-opentype'),
         url('icomoon-webfont.woff') format('woff'),
         url('icomoon-webfont.ttf') format('truetype'),
         url('icomoon-webfont.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-strecht: condensed;
    unicode-range: "U+0-10FFFF";
}
content_copyCOPY

https://cybmeta.com/font-face-como-utilizar-cualquier-fuentetipografia-en-tu-web