Project

General

Profile

« Previous | Next » 

Revision a64ae084

Added by Andreas Kohlbecker over 4 years ago

ref #6878 switching to DejaVu sans

View differences:

themes/zen_dataportal/sass/_init.scss
86 86

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

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

  
94 96
// Now create some variables for the font stacks we want to use on this site.
95
$base-font-family: $droid-sans; // The font family set on the html element.
96
$font-body:        $droid-sans;
97
$base-font-family: $dejavu-sans; // The font family set on the html element.
98
$font-body:        $dejavu-sans;
97 99
$font-monospace:   $droid-sans-mono;
98 100

  
99 101

  

Also available in: Unified diff