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