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