font_defaults.h 429 B

123456789101112131415161718
  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 ATOM_BROWSER_FONT_DEFAULTS_H_
  5. #define ATOM_BROWSER_FONT_DEFAULTS_H_
  6. namespace content {
  7. struct WebPreferences;
  8. } // namespace content
  9. namespace atom {
  10. void SetFontDefaults(content::WebPreferences* prefs);
  11. } // namespace atom
  12. #endif // ATOM_BROWSER_FONT_DEFAULTS_H_