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