Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #18609
Closed
Open
Issue created Dec 19, 2015 by Administrator@rootContributor

Courier New for code,pre looks awful in Ubuntu Linux 15.10

Created by: gjcarneiro

Please don't put "Courier New" ahead of monospace:

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

This causes Courier New to be used in Linux and it looks really awful. I don't understand the need for overriding the default monospace font. The default monospace font is usually the most readable on any system, trying to override is a very bad idea.

Assignee
Assign to
Time tracking