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