Skip to content

Commit

Permalink
new fonts include + tick json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Sep 9, 2015
1 parent 37af9c9 commit 644835a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"*.md"
],
"dependencies": {
"polymer": "Polymer/polymer#1.1.2",
"polymer": "Polymer/polymer#1.1.3",
"webcomponentsjs": "webcomponents/webcomponentsjs#0.7.12",
"moment": "~2.10.6",
"moment-range": "~2.0.3",
"zousan": "~1.2.1"
"zousan": "~1.3.0"
},
"devDependencies": {
"web-component-tester": "~2.2.6",
Expand Down
5 changes: 3 additions & 2 deletions src/mm-icon/mm-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
-->
<link rel="import" href="../../bower_components/polymer/polymer.html"/>
<link rel="import" href="../shared/fonts/shared-fonts.html"/>
<link rel="import" href="../shared/fonts/fonts.html"/>
<link rel="import" href="style.html"/>
<link rel="import" href="../shared/js/colors.html"/>
<link rel="import" href="../shared/behaviors/stylable.html"/>

<dom-module id="mm-icon">
<template>
<style include="shared-fonts-style"></style>
<style include="fonts-style"></style>
<style include="mm-icon-style"></style>
<span id="iconGlyph" class$="{{_updateClass(type)}}" style$="{{_updateStyle(width, height)}}"></span>
<span class="cats">cats</span>
</template>
</dom-module>

Expand Down
8 changes: 6 additions & 2 deletions src/shared/fonts/fonts.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<link rel="stylesheet" type="text/css" href="fonts.css">
<span style="font-family:Arimo; display:none">a</span>
<dom-module id="fonts-style">
<link rel="stylesheet" type="text/css" href="fonts.css">
<template>
<span style="font-family:Arimo; display:none">a</span>
</template>
</dom-module>

0 comments on commit 644835a

Please sign in to comment.