Consistency in UI design is concerned with making sure elements in a user interface are uniform. They'll look and behave the same way. This helps constantly prove a user's assumptions about the user interface, creating a sense of control, familiarity, and reliability.
Source: Career Foundry
Bootstrap native font
$font-family-sans-serif:
// Safari for macOS and iOS (San Francisco)
-apple-system,
// Chrome < 56 for macOS (San Francisco)
BlinkMacSystemFont,
// Windows
"Segoe UI",
// Android
"Roboto",
// Basic web fallback
"Helvetica Neue", Arial, sans-serif,
// Emoji fonts
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;Headings and paragraphs
| Heading | Modified Bootstrap |
|---|---|
|
|
|
|
|
|
Font (Modified Bootstrap)
font-size: 13px;
// Time and roomfont-size: .85em;
font-size: .8em;
// h3 column and row headersfont-size: 1.2em;
font-size: 1.4em;
// h2 headerfont-size: 1.5em;