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