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