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