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