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