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