defaultInlineFonts top-level constant

Map<String, String> const defaultInlineFonts

Implementation

const Map<String, String> defaultInlineFonts = <String, String>{
  'serif': 'font-family: Georgia, Times New Roman, serif',
  'monospace': 'font-family: Monaco, Courier New, monospace'
};