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