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