mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Restore 'Source Pro' font stack.
This commit is contained in:
parent
f2c8c4fd1f
commit
6897a68b69
2 changed files with 5 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
@import "../bootstrap/less/bootstrap.less";
|
||||
|
||||
// Bootstrap variables override
|
||||
@font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-family-monospace: "Source Code Pro", "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
|
||||
@font-size-h1: floor((@font-size-base * 2.15)); // ~30px
|
||||
@font-size-h2: ceil((@font-size-base * 1.7)); // ~24px
|
||||
@font-size-h3: ceil((@font-size-base * 1.25)); // ~18px
|
||||
|
|
4
src/dist/css/style.min.css
vendored
4
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue