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