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