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