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