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