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