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