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