Skip to content

Commit 512f071

Browse files
Marcin MaciaszczykMarcin Maciaszczyk
authored andcommitted
Revert icon changes
1 parent 070373e commit 512f071

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

bower.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"angular-messages": "~1.5.0",
1010
"angular-ui-router": "~0.2.15",
1111
"angular-resource": "~1.5.0",
12-
"angular-sanitize": "~1.5.0",
13-
"material-design-icons-iconfont": "~2.0.4",
14-
"roboto-fontface": "~0.4.5"
12+
"angular-sanitize": "~1.5.0"
1513
},
1614
"devDependencies": {
1715
"angular-mocks": "~1.5.0",

src/app/frontend/index.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// limitations under the License.
1414

1515
// Import Roboto material design font. It is recommended by the Angular Material spec.
16-
@import '../../bower_components/roboto-fontface/css/roboto-fontface.css';
16+
// TODO(bryk): Bundle the fonts with production binary to not import from external sites.
17+
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic');
1718

1819
// Angular Material icon font. It allows to use the icons as fonts.
19-
@import '../../bower_components/material-design-icons-iconfont/dist/material-design-icons.css';
20+
@import url('//fonts.googleapis.com/icon?family=Material+Icons');

0 commit comments

Comments
 (0)