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