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