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