font-face

PHOTO EMBED

Wed Feb 10 2021 05:18:52 GMT+0000 (Coordinated Universal Time)

Saved by @dhanush72

@font-face {
  font-family: "MyWebFont";
  src: url("webfont.eot"); /* IE9 Compat Modes */
  src: url("webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("webfont.woff") format("woff"),
    /* Modern Browsers */ url("webfont.ttf") format("truetype"), /* Safari, Android, iOS */
      url("webfont.svg#svgFontName") format("svg"); /* Legacy iOS */
}
body {
  font-family: "MyWebFont", Arial, sans-serif;
}
content_copyCOPY

https://opensourced.hashnode.dev/50-powerful-css-snippets-part-2?guid