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