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