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