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