fixed some font weights

This commit is contained in:
Martin Donnelly 2018-03-07 00:53:15 +00:00
parent f66da9b4ea
commit c3286c2dd6
4 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@ $mui-accent-color-dark: mui-color('indigo', 'A100');
$mui-accent-color-light: mui-color('indigo', 'A400'); $mui-accent-color-light: mui-color('indigo', 'A400');
$mui-base-font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, Verdana, "Trebuchet MS"; $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; $mui-appbar-font-color: mui-color('black') !default;

View File

@ -1,5 +1,5 @@
Roboto+Condensed Roboto+Condensed
Roboto+Condensed:300 Roboto+Condensed:300
Roboto+Mono Roboto+Mono
Roboto Roboto:300
Roboto:100 Roboto:100

View File

@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
const CACHE_VERSION = { 'version': '0.0.162' }; const CACHE_VERSION = { 'version': '0.0.165' };
const dataCacheName = 'jubileeData-v1'; const dataCacheName = 'jubileeData-v1';
const cacheName = 'jubilee-final-1'; const cacheName = 'jubilee-final-1';
const filesToCache = [ const filesToCache = [

View File

@ -111,7 +111,7 @@ const ForecastView = Backbone.View.extend({
<div class="mui-col-xs-6 mui--text-right mui--text-title"><%=uvIndex %></div> <div class="mui-col-xs-6 mui--text-right mui--text-title"><%=uvIndex %></div>
</div> </div>
<div class="mui-row"> <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> </div>
<h3>Wind & Pressure</h3> <h3>Wind & Pressure</h3>
<div class="mui-row"> <div class="mui-row">