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