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