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