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