Skip to content

Commit

Permalink
Fix the build so fonts are in the right place and part of the bundled…
Browse files Browse the repository at this point in the history
… output. Also switched back to Google Fonts live imports. Part of #25
  • Loading branch information
jkomoros committed Dec 31, 2018
1 parent 512b188 commit 30ef463
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
</script>

<!-- Add any global styles for body, document, etc. -->
<link rel='stylesheet' href='src/fonts/fonts.css'>
<!-- <link rel='stylesheet' href='fonts/fonts.css'> -->
<style>
/*

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
*/


body {
margin: 0;
Expand Down
3 changes: 2 additions & 1 deletion polymer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"entrypoint": "index.html",
"shell": "src/components/compendium-app.js",
"sources": [
"images/**/*"
"images/**/*",
"fonts/**/*"
],
"extraDependencies": [
"manifest.json",
Expand Down

0 comments on commit 30ef463

Please sign in to comment.