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