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