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