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