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