font_defaults.h 490 B

1234567891011121314151617181920
  1. // Copyright (c) 2018 Slack Technologies, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef SHELL_BROWSER_FONT_DEFAULTS_H_
  5. #define SHELL_BROWSER_FONT_DEFAULTS_H_
  6. namespace blink {
  7. namespace web_pref {
  8. struct WebPreferences;
  9. } // namespace web_pref
  10. } // namespace blink
  11. namespace electron {
  12. void SetFontDefaults(blink::web_pref::WebPreferences* prefs);
  13. } // namespace electron
  14. #endif // SHELL_BROWSER_FONT_DEFAULTS_H_