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