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