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