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