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