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