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