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