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