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