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