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