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