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