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