fixed some font weights
This commit is contained in:
parent
f66da9b4ea
commit
c3286c2dd6
@ -11,6 +11,7 @@ $mui-accent-color-dark: mui-color('indigo', 'A100');
|
||||
$mui-accent-color-light: mui-color('indigo', 'A400');
|
||||
|
||||
$mui-base-font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, Verdana, "Trebuchet MS";
|
||||
$mui-base-font-weight: 300;
|
||||
|
||||
$mui-appbar-font-color: mui-color('black') !default;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Roboto+Condensed
|
||||
Roboto+Condensed:300
|
||||
Roboto+Mono
|
||||
Roboto
|
||||
Roboto:300
|
||||
Roboto:100
|
||||
|
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = { 'version': '0.0.162' };
|
||||
const CACHE_VERSION = { 'version': '0.0.165' };
|
||||
const dataCacheName = 'jubileeData-v1';
|
||||
const cacheName = 'jubilee-final-1';
|
||||
const filesToCache = [
|
||||
|
@ -111,7 +111,7 @@ const ForecastView = Backbone.View.extend({
|
||||
<div class="mui-col-xs-6 mui--text-right mui--text-title"><%=uvIndex %></div>
|
||||
</div>
|
||||
<div class="mui-row">
|
||||
<div class="mui-col-xs-12 mui--text-left mui--text-body2"><%=summary%></div>
|
||||
<div class="mui-col-xs-12 mui--text-left mui--text-body1"><%=summary%></div>
|
||||
</div>
|
||||
<h3>Wind & Pressure</h3>
|
||||
<div class="mui-row">
|
||||
|
Loading…
Reference in New Issue
Block a user