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