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