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