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