Skip to content

Commit

Permalink
Merge pull request #1 from dwi2/bug1140982_v2
Browse files Browse the repository at this point in the history
Bug 1140982 - [Stingray] [Component] Create web component - smart-icons V2
  • Loading branch information
dwi2 committed Mar 10, 2015
2 parents 1f0dc4e + 2e55160 commit fce7d48
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions bower.json
@@ -0,0 +1,15 @@
{
"name": "smart-icons",
"version": "0.0.0",
"homepage": "https://github.com/smart-components/smart-icons",
"description": "Icon font for smart-screen",
"license": "MPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
6 changes: 3 additions & 3 deletions gaia-device-icons.css → smart-icons.css
Expand Up @@ -3,16 +3,16 @@


@font-face {
font-family: "gaia-device-icons";
src: url("/tv_shared/font/gaia-device-icons.ttf") format("truetype");
font-family: "smart-icons";
src: url("smart-icons.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}


[data-icon]:before,
.ligature-icons {
font-family: "gaia-device-icons";
font-family: "smart-icons";
content: attr(data-icon);
display: inline-block;
font-weight: 500;
Expand Down
File renamed without changes.

0 comments on commit fce7d48

Please sign in to comment.