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