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