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