Take a look at the CSS I've been working on:
td{
color: white;
font-family: arial;
font-size: 13vh;
font-weight: 300;
text-align: center;
vertical-align: middle;
background-color: rgba(4,54,82,.62);
}
Most of it is working fine except for the "font-weight" property. Any idea what might be causing this issue?