mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Rename font file and make font heavier for #1658
This commit is contained in:
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,
|
html,
|
||||||
body {
|
body {
|
||||||
@@ -42,7 +42,7 @@ body {
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
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
Reference in New Issue
Block a user