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