Project

General

Profile

« Previous | Next » 

Revision 57a7a959

Added by Andreas Kohlbecker over 6 years ago

fix #6878 providing droid sans and droid sans mono as webfont and using them as default

View differences:

themes/zen_dataportal/sass/_init.scss
84 84
// http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/
85 85
$courier:         "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
86 86

  
87
// for the cdm_dataportal base theme we serve the DejaVu Sans as webfont
88
$droid-sans:          "droid_sansregular", sans-serif;
89
$droid-sans-mono:         "droid_sans_monoregular", monospace, sans-serif;
90

  
91
@import "../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css";
92
@import "../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css";
93

  
87 94
// Now create some variables for the font stacks we want to use on this site.
88
$base-font-family: $verdana; // The font family set on the html element.
89
$font-body:        $verdana;
90
$font-monospace:   $courier;
95
$base-font-family: $droid-sans; // The font family set on the html element.
96
$font-body:        $droid-sans;
97
$font-monospace:   $droid-sans-mono;
91 98

  
92 99

  
93 100
//

Also available in: Unified diff