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