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