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