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