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