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