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