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