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