Use on the webTotal Use [ 3488 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/50c68e6d35cbd2819eff92cd610b90fa?family=XGGUQT-DuperOT" 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/50c68e6d35cbd2819eff92cd610b90fa?family=XGGUQT-DuperOT);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "XGGUQT-DuperOT";
src: url("https://db.onlinewebfonts.com/t/50c68e6d35cbd2819eff92cd610b90fa.eot");
src: url("https://db.onlinewebfonts.com/t/50c68e6d35cbd2819eff92cd610b90fa.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/50c68e6d35cbd2819eff92cd610b90fa.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/50c68e6d35cbd2819eff92cd610b90fa.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/50c68e6d35cbd2819eff92cd610b90fa.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/50c68e6d35cbd2819eff92cd610b90fa.svg#XGGUQT-DuperOT")format("svg");
}
2CSS rules to specify fonts
font-family: "XGGUQT-DuperOT";