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