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