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