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