mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
9 lines
345 B
SCSS
9 lines
345 B
SCSS
// FONT
|
|
// ========================================================================== */
|
|
|
|
// Standard "sans-serif" font stack used by GitHub
|
|
$base-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
|
|
|
// Default size, all other styles are based on this size
|
|
$base-size: 16px;
|