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