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