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