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