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