root/chrome/common/pref_font_webkit_names.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_COMMON_PREF_FONT_WEBKIT_NAMES_H__
#define CHROME_COMMON_PREF_FONT_WEBKIT_NAMES_H__

// This file defines the font pref names that are used in conjunction with
// pref_font_script_names-inl.h.

#define WEBKIT_WEBPREFS_FONTS_CURSIVE "webkit.webprefs.fonts.cursive"
#define WEBKIT_WEBPREFS_FONTS_FANTASY "webkit.webprefs.fonts.fantasy"
#define WEBKIT_WEBPREFS_FONTS_FIXED "webkit.webprefs.fonts.fixed"
#define WEBKIT_WEBPREFS_FONTS_PICTOGRAPH "webkit.webprefs.fonts.pictograph"
#define WEBKIT_WEBPREFS_FONTS_SANSERIF "webkit.webprefs.fonts.sansserif"
#define WEBKIT_WEBPREFS_FONTS_SERIF "webkit.webprefs.fonts.serif"
#define WEBKIT_WEBPREFS_FONTS_STANDARD "webkit.webprefs.fonts.standard"

#endif  // CHROME_COMMON_PREF_FONT_WEBKIT_NAMES_H__

/* [<][>][^][v][top][bottom][index][help] */