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