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