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