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