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