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