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