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