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