/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/css/view.css

  • Committer: Colin Watson
  • Date: 2022-08-31 14:23:26 UTC
  • mto: This revision was merged to the branch mainline in revision 539.
  • Revision ID: cjwatson@canonical.com-20220831142326-zpjs8lu23c475ldh
Remove references to UbuntuBeta fonts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    }
27
27
.viewLine pre,
28
28
.viewCont pre {
29
 
    font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
 
29
    font-family: 'Ubuntu Mono', monospace;
30
30
    line-height: 1.1;
31
31
    }
32
32
.viewLine pre {