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