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/css/cdm.css
4 4
 *
5 5
 * Style the markup found in the cdm_dataportal module.
6 6
 */
7
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
8 7
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
8
@import url(../fonts/dejavu-sans-master/css/dejavu-sans.css);
9 9
/* line 30, ../sass/ie-legacy.scss */
10 10
.pie-element, .lt-ie9 #page {
11 11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
themes/zen_dataportal/css/styles-rtl.css
3 3
 * RTL companion for the styles.scss file.
4 4
 */
5 5
/* Import Sass mixins, variables, Compass modules, etc. */
6
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
7 6
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
7
@import url(../fonts/dejavu-sans-master/css/dejavu-sans.css);
8 8
/* line 30, ../sass/ie-legacy.scss */
9 9
.pie-element, .lt-ie9 #page {
10 10
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
themes/zen_dataportal/css/styles.css
6 6
 * of these @include files will be combined into a single file.
7 7
 */
8 8
/* Import Sass mixins, variables, Compass modules, etc. */
9
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
10 9
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
11
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
10
@import url(../fonts/dejavu-sans-master/css/dejavu-sans.css);
12 11
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
12
@import url(../fonts/dejavu-sans-master/css/dejavu-sans.css);
13 13
/* line 30, ../sass/ie-legacy.scss */
14 14
.pie-element, .lt-ie9 #page, #page {
15 15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
......
146 146
 */
147 147
/* line 106, ../sass/_normalize.scss */
148 148
html {
149
  font-family: "droid_sansregular", sans-serif;
149
  font-family: "DejaVu Sans", sans-serif;
150 150
  /* 1 */
151 151
  font-size: 75%;
152 152
  /* 3 */
......
163 163
input,
164 164
select,
165 165
textarea {
166
  font-family: "droid_sansregular", sans-serif;
166
  font-family: "DejaVu Sans", sans-serif;
167 167
}
168 168

  
169 169
/* Remove default margin. */
......
1659 1659
  color: #d8d8d8;
1660 1660
  font-size: 75px;
1661 1661
  line-height: 1;
1662
  font-family: "droid_sansregular", sans-serif;
1662
  font-family: "DejaVu Sans", sans-serif;
1663 1663
  font-weight: bold;
1664 1664
  text-transform: uppercase;
1665 1665
  text-align: center;
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