Subversion-Projekte lars-tiefland.zeldi.de

Revision

Revision 2 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
@font-face {
2
    font-family: 'work_sanslight';
3
    src: url('/styles/fonts/worksans-light-webfont.woff2') format('woff2'),
4
         url('/styles/fonts/worksans-light-webfont.woff') format('woff');
5
    font-weight: normal;
6
    font-style: normal;
7
}
8
@font-face {
9
    font-family: 'work_sansregular';
10
    src: url('/styles/fonts/worksans-regular-webfont.woff2') format('woff2'),
11
         url('/styles/fonts/worksans-regular-webfont.woff') format('woff');
12
    font-weight: normal;
13
    font-style: normal;
14
}
15
@font-face {
16
    font-family: 'work_sanssemibold';
17
    src: url('/styles/fonts/worksans-semibold-webfont.woff2') format('woff2'),
18
         url('/styles/fonts/worksans-semibold-webfont.woff') format('woff');
19
    font-weight: normal;
20
    font-style: normal;
21
}
22
h1,h2,h3,h4,h5,h6 {
23
    font-weight: normal;
24
    font-style: normal;
25
}
26
 
27
/* fonts */
28
body,
40 lars 29
.preis_message,
30
summary {
2 lars 31
    font-family:'work_sansregular';
32
}
33
 
34
h1,
35
b,
36
strong,
37
.bold,
38
.head,
39
.item_preis,
40
.preisInner,
40 lars 41
.qv_inner .preis,
2 lars 42
h1,h2,h3,h4,h5,h6,
43
.box_top,
44
.bezeichnung,
45
.einstieg02,
40 lars 46
.itemnameInner,
47
.home strong
2 lars 48
{
49
    font-family:'work_sanssemibold'!important;
50
    font-weight:normal;
51
}
52
 
53
 
54
/* font sizes */
55
body {
56
  -ms-hyphens: auto; /* ab IE10 */
57
  -moz-hyphens: auto; /* seit Firefox 6 */
58
  -webkit-hyphens: auto; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
59
  hyphens: auto;
60
  font-size:1em;
61
}
62
 
63
h1,
64
.shopname {
65
    font-size:2rem;
66
}
67
h3 {
68
    font-size:1.2rem;
69
}
70
.bestellartInfoText {
71
    font-size:1rem;
72
}
73
.itemnameInner,
74
.service_center .head,
75
.topnav ul li,
76
.box_top,
77
h3.bezeichnung
78
{
79
    font-size:1.1em;
80
}
81
 
82
.einstieg02,
83
.box_2 .item_preis,
84
#item_name_h1 {
85
    font-size:2em;
86
}
87
 
88
.preisInner,
89
.item_preis,
40 lars 90
.kontakt .head,
91
.qv_inner .preis {
2 lars 92
    font-size:1.7em;
93
}
94
.billiger_gesehen_headline h2 {
95
    font-size:1.6em;
96
}
97
 
98
.box_subdir {
99
    font-size:1.6em;
100
}
101
 
102
.basket_head1,
103
.basket_summe .item_preis {
104
    font-size:1.2em;
105
}
106
.inner_basket h1 {
107
    font-size:1em;
108
}
109
 
110
.bestellvorgang,
111
.item_mobile,
112
.versand_aufschlag,
113
.pagination_container,
114
.header .warenkorb .warenkorb_preis,
115
.bottomfooter,
116
.root .breadcrumb,
117
#overDiv,
118
.lieferstatusText,
119
.preis_lieferstatus,
120
.item_preis_message,
121
.descriptionInner,
122
#gutschein,
123
#overDiv,
124
.item_rightrow .item_preiseinheit,
125
.mengen_input span,
126
.itemNav,
127
.warenkorb_preis,
128
.item_beschreibung {
129
    font-size:.8em;
130
}
131
 
132
.mengenlabel,
133
.item_slider_wrapper_inner .preis_message,
134
.preis_messageInner {
135
    font-weight:normal;
136
    font-size:12px;
137
}
138
 
139
.head {
140
    text-transform:uppercase;
141
}
142
 
143
h1 {
144
    line-height:1.4em;
145
}
146
 
147
 
148
 
149
 
150
 
151
 
152
 
153
 
154
 
155
 
156
 
157