Changeset 231783 in webkit


Ignore:
Timestamp:
May 14, 2018 7:24:59 PM (6 years ago)
Author:
timothy_horton@apple.com
Message:

Use the system font by default in extra zoom mode
https://bugs.webkit.org/show_bug.cgi?id=185638
<rdar://problem/40230277>

Reviewed by Wenson Hsieh.

  • Shared/WebPreferencesDefaultValues.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231781 r231783  
     12018-05-14  Tim Horton  <timothy_horton@apple.com>
     2
     3        Use the system font by default in extra zoom mode
     4        https://bugs.webkit.org/show_bug.cgi?id=185638
     5        <rdar://problem/40230277>
     6
     7        Reviewed by Wenson Hsieh.
     8
     9        * Shared/WebPreferencesDefaultValues.h:
     10
    1112018-05-14  Michael Catanzaro  <mcatanzaro@igalia.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h

    r231779 r231783  
    140140#if PLATFORM(COCOA)
    141141
     142#if ENABLE(EXTRA_ZOOM_MODE)
     143#define DEFAULT_STANDARD_FONT_FAMILY "system-ui"
     144#else
    142145#define DEFAULT_STANDARD_FONT_FAMILY "Times"
     146#endif
     147
    143148#define DEFAULT_FANTASY_FONT_FAMILY "Papyrus"
    144149#define DEFAULT_FIXED_FONT_FAMILY "Courier"
Note: See TracChangeset for help on using the changeset viewer.