Project

General

Profile

« Previous | Next » 

Revision e61852f0

Added by Andreas Kohlbecker about 4 years ago

ref #6878 better Droid Sans web font

View differences:

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");
9
@import url("../fonts/droid-sans/stylesheet.css");
10 10
@import url("../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css");
11 11
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
12
@import url("../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css");
12
@import url("../fonts/droid-sans/stylesheet.css");
13 13
@import url("../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css");
14 14
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
15 15
/* line 30, ../sass/ie-legacy.scss */
......
148 148
 */
149 149
/* line 106, ../sass/_normalize.scss */
150 150
html {
151
  font-family: "droid_sansregular", sans-serif;
151
  font-family: "Droid Sans", sans-serif;
152 152
  /* 1 */
153 153
  font-size: 75%;
154 154
  /* 3 */
......
165 165
input,
166 166
select,
167 167
textarea {
168
  font-family: "droid_sansregular", sans-serif;
168
  font-family: "Droid Sans", sans-serif;
169 169
}
170 170

  
171 171
/* Remove default margin. */
......
1661 1661
  color: #d8d8d8;
1662 1662
  font-size: 75px;
1663 1663
  line-height: 1;
1664
  font-family: "droid_sansregular", sans-serif;
1664
  font-family: "Droid Sans", sans-serif;
1665 1665
  font-weight: bold;
1666 1666
  text-transform: uppercase;
1667 1667
  text-align: center;

Also available in: Unified diff