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