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