Project

General

Profile

« Previous | Next » 

Revision 27a480c7

Added by Andreas Kohlbecker about 4 years ago

ref #6878 replacing Noto Sans web font with set created on transfonter.org

View differences:

themes/zen_dataportal/sass/_init.scss
87 87

  
88 88
// for the cdm_dataportal base theme we serve the DejaVu Sans as webfont
89 89
// --- droid-sans
90
@import url("../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css?v=20202002");
91
@import url("../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css?v=20202002");
90
@import url("../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css");
91
@import url("../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css");
92 92
$droid-sans:          "droid_sansregular", sans-serif;
93 93
// --- droid-sans-mono
94 94
$droid-sans-mono:     "droid_sans_monoregular", monospace, sans-serif;
95 95
// alternative fonts :
96 96
//@import "../fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_book/stylesheet.css";
97 97
// $dejavu-sans:         "DejaVu Sans", sans-serif;
98

  
98 99
// --- notosans
99
@import url("../fonts/notosans-webfont-2017/stylesheet.css?v=20202002");
100
$noto-sans:           "noto_sansregular", sans-serif;
100
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
101
$noto-sans:           "Noto Sans", sans-serif;
102

  
101 103

  
102 104

  
103 105
// Now create some variables for the font stacks we want to use on this site.

Also available in: Unified diff