Change abapgit font to 72 (#5026)

This commit is contained in:
Frederik Hudák 2021-10-07 10:10:40 +02:00 committed by GitHub
parent bdafff8581
commit 423cdd1009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
--theme-background-color: #E8E8E8; --theme-background-color: #E8E8E8;
--theme-container-background-color: #f2f2f2; --theme-container-background-color: #f2f2f2;
--theme-container-border-color: lightgrey; --theme-container-border-color: lightgrey;
--theme-primary-font: Arial,Helvetica,sans-serif; --theme-primary-font: "72", Arial, Helvetica, sans-serif;
--theme-primary-font-color: #333333; --theme-primary-font-color: #333333;
--theme-primary-font-color-reduced: #ccc; --theme-primary-font-color-reduced: #ccc;
--theme-font-size: 12pt; --theme-font-size: 12pt;