Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 48d74279

Přidáno uživatelem Marek Zábran před asi 4 roky(ů)

Oprava fontů na proměnné s čísly.

Zobrazit rozdíly:

resources/sass/_custom.scss
8 8

  
9 9
    .head-title h1 {
10 10
        color: $theme-color-one;
11
        font-family: $font-family-avenir-roman;
11
        font-family: $font-family-style-one;
12 12
        font-size: 60pt;
13 13
        font-weight: bold;
14 14
        letter-spacing: 3px;
......
62 62
            background-color:  rgba(239, 218, 179, 0.5);
63 63

  
64 64
            /*h2 {
65
                font-family: $font-family-avenir-black;
65
                font-family: $font-family-style-three;
66 66
                font-size: 11pt;
67 67
                letter-spacing: 3pt;
68 68
                color: $white;
......
79 79
    /////////text types
80 80
    //většina běžných textů
81 81
    .text {
82
        font-family: $font-family-avenir-roman;
82
        font-family: $font-family-style-one;
83 83
        font-size: 8pt;
84 84
        line-height: 9pt;
85 85
    }
86 86

  
87 87
    //text inputu a název artefaktů
88 88
    .text2{
89
        font-family: $font-family-avenir-medium;
89
        font-family: $font-family-style-two;
90 90
        font-size: 8pt;
91 91
    }
92 92

  
......
94 94
    .kaplicky{
95 95
        color: $theme-color-one;
96 96
        font-size: 11pt;
97
        font-family: $font-family-avenir-black;
97
        font-family: $font-family-style-three;
98 98
        letter-spacing: 3pt;
99 99
    }
100 100

  
101 101
    //autor artefaktu
102 102
    .text-author{
103
        font-family: $font-family-avenir-roman;
103
        font-family: $font-family-style-one;
104 104
        font-size: 7pt;
105 105
        color: $theme-color-four;
106 106
    }
107 107

  
108 108
    //počet lajků
109 109
    .text-number{
110
        font-family: $font-family-avenir-medium;
110
        font-family: $font-family-style-two;
111 111
        font-size: 5pt;
112 112
        color: $theme-color-four;
113 113
    }
114 114

  
115 115
    //notes u metadat, about v about, text levého menu
116 116
    .text-headline{
117
        font-family: $font-family-avenir-medium;
117
        font-family: $font-family-style-two;
118 118
        font-size: 12pt;
119 119
        color: $theme-color-four;
120 120
    }
121 121

  
122 122
    //název metadata, text pravého menu
123 123
    .text-page{
124
        font-family: $font-family-avenir-medium;
124
        font-family: $font-family-style-two;
125 125
        font-size: 7pt;
126 126
    }
127 127

  
......
158 158

  
159 159
    .card-body {
160 160
    	background-color: $theme-color-five;
161
    	font-family: $font-family-avenir-roman;
161
    	font-family: $font-family-style-one;
162 162
    	color: $theme-color-four;
163 163

  
164 164
	}
......
199 199
        border-radius: 0;
200 200
        width: 6.5rem;
201 201
        height: 2rem;
202
        font-family: $font-family-avenir-roman;
202
        font-family: $font-family-style-one;
203 203

  
204 204
        &:active, &:focus, &:visited {
205 205
            outline: none;
......
251 251

  
252 252
        h5 {
253 253
            color: $theme-color-two;
254
            font-family: $font-family-avenir-medium;
254
            font-family: $font-family-style-two;
255 255
            line-height: 20pt;
256 256
            font-size: 21pt;
257 257
        }
......
260 260
            color: $theme-color-two;
261 261
            font-size: 14pt;
262 262
            font-weight: lighter;
263
            font-family: $font-family-avenir-roman;
263
            font-family: $font-family-style-one;
264 264
        }
265 265

  
266 266
        img {
......
369 369
            color:$theme-color-four;
370 370
            outline: none !important;
371 371
            box-shadow: none !important;
372
            font-family: $font-family-avenir-medium;
372
            font-family: $font-family-style-two;
373 373

  
374 374
            &:active
375 375
            {

Také k dispozici: Unified diff