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