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