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