Guest User

Untitled

a guest
Oct 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.bundle.fonts =
  2.   'HelveticaPalatino':
  3.     # NB: Repetition does not transform a lie into a truth --Frank Roosevelt
  4.     name: 'MerriweatherRougeScript'
  5.     1:
  6.       family: 'Merriweather'
  7.       sizes:
  8.         1: # Footnote
  9.           fontSize: 14
  10.           lineHeight: 16
  11.           fontWeight: 'Bold'
  12.         2: # Text
  13.           fontSize: 14
  14.           lineHeight: 19
  15.           fontWeight: 'Regular'
  16.         3: # Label
  17.           fontSize: 16
  18.           lineHeight: 19
  19.           fontWeight: 'Bold'
  20.         4: # Insertion
  21.           fontSize: 16
  22.           lineHeight: 19
  23.           fontWeight: 'Bold'
  24.         5: # Lead
  25.           fontSize: 19
  26.           lineHeight: 23
  27.           fontWeight: 'Regular'
  28.         6: # Subtitle
  29.           fontSize: 34
  30.           lineHeight: 40
  31.           fontWeight: 'Regular'
  32.         7: # Title
  33.           fontSize: 40 # +75 tracking
  34.           lineHeight: 48
  35.           fontWeight: 'Regular'
  36.     2:
  37.       family: 'Rouge Script'
  38.       sizes:
  39.         1: # Footnote
  40.           fontSize: 34
  41.           lineHeight: 34
  42.           fontWeight: 'Regular'
  43.         2: # Text
  44.           fontSize: 23
  45.           lineHeight: 23
  46.           fontWeight: 'Regular'
  47.         3: # Label
  48.           fontSize: 34
  49.           lineHeight: 34
  50.           fontWeight: 'Regular'
  51.         4: # Insertion
  52.           fontSize: 40
  53.           lineHeight: 40
  54.           fontWeight: 'Regular'
  55.         5: # Lead
  56.           fontSize: 40
  57.           lineHeight: 40
  58.           fontWeight: 'Regular'
  59.         6: # Subtitle
  60.           fontSize: 40
  61.           lineHeight: 48
  62.           fontWeight: 'Regular'
  63.         7: # Title
  64.           fontSize: 58
  65.           lineHeight: 48
  66.           fontWeight: 'Regular'
Add Comment
Please, Sign In to add comment