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