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