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