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