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