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