tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nsCSSFontDescList.h (936B)


      1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
      2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
      3 /* This Source Code Form is subject to the terms of the Mozilla Public
      4 * License, v. 2.0. If a copy of the MPL was not distributed with this
      5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      6 
      7 CSS_FONT_DESC(font-family, Family)
      8 CSS_FONT_DESC(font-style, Style)
      9 CSS_FONT_DESC(font-weight, Weight)
     10 CSS_FONT_DESC(font-stretch, Stretch)
     11 CSS_FONT_DESC(src, Src)
     12 CSS_FONT_DESC(unicode-range, UnicodeRange)
     13 CSS_FONT_DESC(font-feature-settings, FontFeatureSettings)
     14 CSS_FONT_DESC(font-variation-settings, FontVariationSettings)
     15 CSS_FONT_DESC(font-language-override, FontLanguageOverride)
     16 CSS_FONT_DESC(font-display, Display)
     17 CSS_FONT_DESC(ascent-override, AscentOverride)
     18 CSS_FONT_DESC(descent-override, DescentOverride)
     19 CSS_FONT_DESC(line-gap-override, LineGapOverride)
     20 CSS_FONT_DESC(size-adjust, SizeAdjust)