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