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