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