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