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