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