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