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