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