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