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