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