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