| Index: polymer_0.5.4/bower_components/core-icons/demo.html
|
| diff --git a/polymer_0.5.0/bower_components/core-icons/demo.html b/polymer_0.5.4/bower_components/core-icons/demo.html
|
| similarity index 93%
|
| copy from polymer_0.5.0/bower_components/core-icons/demo.html
|
| copy to polymer_0.5.4/bower_components/core-icons/demo.html
|
| index a11204b676705eebdf247f7c042a051f2fcbbfd3..25747cfcd15f1ebf7183a1abd3e934c1c6d051b0 100644
|
| --- a/polymer_0.5.0/bower_components/core-icons/demo.html
|
| +++ b/polymer_0.5.4/bower_components/core-icons/demo.html
|
| @@ -25,9 +25,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="maps-icons.html">
|
| <link rel="import" href="notification-icons.html">
|
| <link rel="import" href="social-icons.html">
|
| + <!-- load roboto font -->
|
| + <link href='//fonts.googleapis.com/css?family=RobotoDraft:regular,bold&lang=en' rel='stylesheet'>
|
| <style>
|
| body {
|
| - font-family: 'Helvetica Neue', Helvetica, Arial;
|
| + font-family: 'RobotoDraft', sans-serif;
|
| }
|
|
|
| h2 {
|
|
|