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