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