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