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