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