~ubuntu-core-dev/ubuntu-manpage-repository/ubuntu

« back to all changes in this revision

Viewing changes to www/assets/light/css/styles.css

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-01-10 17:38:07 UTC
  • mfrom: (197.1.2 fix-font)
  • Revision ID: dmitrijs.ledkovs@canonical.com-20130110173807-ap59swuzcjsg7jlx
Use correct Ubuntu font name & prefer DejaVu as first fallback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body {
2
 
    font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
 
2
    font-family: "Ubuntu", DejaVu Sans, "Bitstream Vera Sans", Tahoma, sans-serif;
3
3
    color: #333;
4
4
    background: white url(/assets/light/images/body_bg.png);
5
5
    font-size: 12px;