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
  • #20655
Closed
Open
Issue created Sep 06, 2016 by Administrator@rootContributor

Native font stack does not match documentation

Created by: jfinkels

The documentation for version 4.0.0-alpha4 states that the "Ubuntu" font family is part of the default native font stack (http://v4-alpha.getbootstrap.com/content/reboot/#native-font-stack). I tested the "Hello, world!" example from the Getting Started page by viewing the file with Firefox version 48.0 on Ubuntu 16.04, but the computed font-family for body seems to be

-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",Arial,sans-serif

The documentation suggests that this should be

-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue", Arial, sans-serif !default;

Specifically, the documentation includes the following families that the actual code does not have:

"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",

Maybe this is a documentation/code mismatch?

Assignee
Assign to
Time tracking