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