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