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