mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Rename font file and make font heavier for #1658
This commit is contained in:
parent
f0d2caec67
commit
2afbef63aa
4
public/lib/adminlte/css/AdminLTE.css
vendored
4
public/lib/adminlte/css/AdminLTE.css
vendored
@ -30,7 +30,7 @@
|
||||
* -------------------------
|
||||
*/
|
||||
|
||||
@import url('../../../css/google-fonts.css');
|
||||
@import url('../../../css/gf-source.css');
|
||||
|
||||
html,
|
||||
body {
|
||||
@ -42,7 +42,7 @@ body {
|
||||
}
|
||||
body {
|
||||
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
4
public/lib/adminlte/css/AdminLTE.min.css
vendored
4
public/lib/adminlte/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user