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