~juju-gui/juju-gui/test-icon-urls

« back to all changes in this revision

Viewing changes to lib/views/stylesheet.less

  • Committer: Rick Harding
  • Author(s): Richard Harding
  • Date: 2013-04-30 19:05:50 UTC
  • mfrom: (629.2.1 font-fixes-again)
  • Revision ID: rick.harding@canonical.com-20130430190550-1rd7bfhp6gcte9lb
Adjust fonts to use the predefined families

Ubuntu Medium has an issue on OSX so the familes were updated to also include
Ubuntu-Medium. Other locations were missed.

R=
CC=
https://codereview.appspot.com/9056043

Show diffs side-by-side

added added

removed removed

Lines of Context:
1655
1655
    }
1656
1656
 
1657
1657
    #loading-message-text {
1658
 
        font-family: Ubuntu Medium, Helvetica, Arial;
 
1658
        font-family: @font-family-medium;
1659
1659
        font-size: 10pt;
1660
1660
    }
1661
1661
 
1662
1662
    #login-form {
1663
1663
        .header {
1664
1664
            font-size: 10pt;
1665
 
            font-family: Ubuntu Medium, Helvetica, Arial;
 
1665
            font-family: @font-family-medium;
1666
1666
        }
1667
1667
    }
1668
1668
 
1673
1673
            float: left;
1674
1674
        }
1675
1675
        h4 {
1676
 
            font-family: Ubuntu Medium, Helvetica, Arial;
 
1676
            font-family: @font-family-medium;
1677
1677
            font-size: 10pt;
1678
1678
            line-height: 10pt;
1679
1679
        }