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