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