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