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