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