Skip to content

Commit

Permalink
fix font issues from switch to webfontloader
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-curtis committed May 17, 2017
1 parent a2bed8c commit 8ead4f9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions examples/components/MockupDesigner.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class extends Component {
"blendMode": "normal",
"text": "Login",
"type": "fieldset",
"fontFamily": "helvetica",
"fontFamily": "Open Sans",
"x": 40,
"y": 55
}, {
Expand All @@ -186,7 +186,7 @@ export default class extends Component {
"radius": 0,
"text": "Username",
"type": "input",
"fontFamily": "helvetica",
"fontFamily": "Open Sans",
"x": 65,
"y": 105
}, {
Expand All @@ -199,7 +199,7 @@ export default class extends Component {
"radius": 0,
"text": "Password",
"type": "input",
"fontFamily": "helvetica",
"fontFamily": "Open Sans",
"x": 65,
"y": 175
}, {
Expand All @@ -213,7 +213,7 @@ export default class extends Component {
"text": "Login",
"fontWeight": "normal",
"type": "button",
"fontFamily": "helvetica",
"fontFamily": "Open Sans",
"x": 65,
"y": 240
}, {
Expand All @@ -224,7 +224,7 @@ export default class extends Component {
"textDecoration": "underline",
"fill": "blue",
"fontSize": 15,
"fontFamily": "helvetica",
"fontFamily": "Open Sans",
"type": "link",
"x": 145,
"y": 300
Expand All @@ -236,7 +236,7 @@ export default class extends Component {
"textDecoration": "underline",
"fill": "blue",
"fontSize": 15,
"fontFamily": "helvetica",
"fontFamily": "Open Sans",
"type": "link",
"x": 95,
"y": 330
Expand Down Expand Up @@ -282,4 +282,4 @@ export default class extends Component {
</div>
);
}
}
}
20 changes: 10 additions & 10 deletions examples/components/TshirtDesigner.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ export default class extends Component {
"textDecoration": "none",
"fill": "rgba(11, 10, 10, 1)",
"fontSize": "20",
"fontFamily": "AmericanTypewriter, Georgia, serif",
"fontFamily": "Inconsolata",
"type": "text",
"x": 175,
"y": 153
"x": 105,
"y": 152
}, {
"text": "FRONT",
"rotate": 0,
Expand All @@ -67,10 +67,10 @@ export default class extends Component {
"textDecoration": "none",
"fill": "rgba(0, 0, 0, 1)",
"fontSize": "47",
"fontFamily": "AmericanTypewriter, Georgia, serif",
"fontFamily": "Alegreya",
"type": "text",
"x": 176,
"y": 183
"x": 106,
"y": 184
}, {
"text": "END",
"rotate": 0,
Expand All @@ -79,10 +79,10 @@ export default class extends Component {
"textDecoration": "none",
"fill": "rgba(0, 0, 0, 1)",
"fontSize": "25",
"fontFamily": "AmericanTypewriter, Georgia, serif",
"fontFamily": "Inconsolata",
"type": "text",
"x": 171,
"y": 216
"x": 211,
"y": 219
}
]
};
Expand Down Expand Up @@ -120,4 +120,4 @@ export default class extends Component {
</div>
);
}
}
}

0 comments on commit 8ead4f9

Please sign in to comment.