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