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