I have uploaded the font onto my computer and I will upload it to the server but I don't know how to write it in my code. I want to use "Interstate" but only "Interstate Black Condensed."
I tried changing the weights or adding that in the name but it just goes to a default font. The only way Interstate works is if I just write "Interstate," but the bold works but it does not give me the black category.
.numbers {
font-family:Interstate;
font-weight: 300;
font-size:30pt;
text-align:center;
color:#3baa4d;
}