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