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