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