Comment 15 for bug 1512111

Revision history for this message
Paul Sladen (sladen) wrote :

The valid CSS would be:

  font-weight: lighter;

In the case of explicitly wanting "Ubuntu Light", once everything is fixed, the CSS access will hopefully be just:

  font-family: "Ubuntu";
  font-weight: 300;