Use on the webTotal Use [ 4934 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/d98e1da4c2eccc8576d73bd9b76c068b?family=YfefaTXDRYcY" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/d98e1da4c2eccc8576d73bd9b76c068b?family=YfefaTXDRYcY);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "YfefaTXDRYcY";
src: url("https://db.onlinewebfonts.com/t/d98e1da4c2eccc8576d73bd9b76c068b.eot");
src: url("https://db.onlinewebfonts.com/t/d98e1da4c2eccc8576d73bd9b76c068b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/d98e1da4c2eccc8576d73bd9b76c068b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/d98e1da4c2eccc8576d73bd9b76c068b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/d98e1da4c2eccc8576d73bd9b76c068b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/d98e1da4c2eccc8576d73bd9b76c068b.svg#YfefaTXDRYcY")format("svg");
}
2CSS rules to specify fonts
font-family: "YfefaTXDRYcY";