Project

General

Profile

« Previous | Next » 

Revision 641bfcf8

Added by Andreas Kohlbecker about 4 years ago

version param for fonts to force reloading

View differences:

themes/zen_dataportal/sass/_init.scss
90 90
$droid-sans-mono:         "droid_sans_monoregular", monospace, sans-serif;
91 91

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

  
96 96
// Now create some variables for the font stacks we want to use on this site.
97 97
$base-font-family: $dejavu-sans; // The font family set on the html element.

Also available in: Unified diff