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