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