diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-18 18:42:54 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-18 18:42:54 +0100 |
commit | 545133a542d1904632768db1922be6e3a38ae10f (patch) | |
tree | 4b9324e05f9f82a204f75c196031eaacf8ad520e | |
parent | 3e015441b28734096ab6956b77485c7aeeab4cd6 (diff) | |
download | surf-2.0.5.2.tar.gz surf-2.0.5.2.tar.bz2 surf-2.0.5.2.zip |
Revert to previous font sizev2.0.5.2
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ static Parameter defconfig[ParameterLast] = { [DiskCache] = { { .i = 1 }, }, [DNSPrefetch] = { { .i = 1 }, }, [FileURLsCrossAccess] = { { .i = 0 }, }, - [FontSize] = { { .i = 10 }, }, + [FontSize] = { { .i = 12 }, }, [FrameFlattening] = { { .i = 0 }, }, [Geolocation] = { { .i = 0 }, }, [HideBackground] = { { .i = 0 }, }, |