Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
add icons for light, regular,solid and thin
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed May 15, 2022
1 parent c62a20c commit 59ea7c3
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 31 deletions.
30 changes: 19 additions & 11 deletions Font Awesome/light.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://site-assets.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 300;
Expand All @@ -12,16 +12,26 @@
text-align: center;
}

.material-icons.replay:before,
.material-icons.airplay:before,
.material-icons.picture_in_picture_alt:before {
font-family: "Material Icons";
}

.material-icons.airplay:before {
content: "\e089";
}

.material-icons.replay:before {
content: "\f2f9";
}

.material-icons.menu:before {
content: "\f0c9";
}

.material-icons.groups:before {
content: "\f0c0";
}

.material-icons.sync_disabled:before {
content: "\f021";
}
Expand All @@ -31,8 +41,7 @@
}

.material-icons.cast:before {
content: "\f838";
font-family: "Font Awesome 5 Brands";
content: "\e23e";
}

.material-icons.search:before {
Expand Down Expand Up @@ -165,7 +174,7 @@
}

.material-icons.tap_and_play:before {
content: "\e012";
content: "\e1ef";
}

.material-icons.devices_other:before,
Expand Down Expand Up @@ -278,11 +287,6 @@
content: "\f111";
}

.material-icons.airplay:before,
.material-icons.picture_in_picture_alt:before {
font-family: "Material Icons";
}

.material-icons.fullscreen:before {
content: "\f065";
}
Expand Down Expand Up @@ -511,3 +515,7 @@
.material-icons.remove_circle:before {
content: "\f056";
}

.material-icons.keyboard:before {
content: "\f11c";
}
32 changes: 23 additions & 9 deletions Font Awesome/regular.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://site-assets.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 400;
Expand All @@ -12,10 +12,26 @@
text-align: center;
}

.material-icons.picture_in_picture_alt:before {
font-family: "Material Icons";
}

.material-icons.airplay:before {
content: "\e089";
}

.material-icons.replay:before {
content: "\f2f9";
}

.material-icons.menu:before {
content: "\f0c9";
}

.material-icons.groups:before {
content: "\f0c0";
}

.material-icons.sync_disabled:before {
content: "\f021";
}
Expand All @@ -25,8 +41,7 @@
}

.material-icons.cast:before {
content: "\f838";
font-family: "Font Awesome 5 Brands";
content: "\e23e";
}

.material-icons.search:before {
Expand Down Expand Up @@ -159,7 +174,7 @@
}

.material-icons.tap_and_play:before {
content: "\e012";
content: "\e1ef";
}

.material-icons.devices_other:before,
Expand Down Expand Up @@ -272,11 +287,6 @@
content: "\f111";
}

.material-icons.airplay:before,
.material-icons.picture_in_picture_alt:before {
font-family: "Material Icons";
}

.material-icons.fullscreen:before {
content: "\f065";
}
Expand Down Expand Up @@ -505,3 +515,7 @@
.material-icons.remove_circle:before {
content: "\f056";
}

.material-icons.keyboard:before {
content: "\f11c";
}
30 changes: 19 additions & 11 deletions Font Awesome/solid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://site-assets.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 900;
Expand All @@ -12,16 +12,26 @@
text-align: center;
}

.material-icons.replay:before,
.material-icons.airplay:before,
.material-icons.picture_in_picture_alt:before {
font-family: "Material Icons";
}

.material-icons.airplay:before {
content: "\e089";
}

.material-icons.replay:before {
content: "\f2f9";
}

.material-icons.menu:before {
content: "\f0c9";
}

.material-icons.groups:before {
content: "\f0c0";
}

.material-icons.sync_disabled:before {
content: "\f021";
}
Expand All @@ -31,8 +41,7 @@
}

.material-icons.cast:before {
content: "\f838";
font-family: "Font Awesome 5 Brands";
content: "\e23e";
}

.material-icons.search:before {
Expand Down Expand Up @@ -165,7 +174,7 @@
}

.material-icons.tap_and_play:before {
content: "\e012";
content: "\e1ef";
}

.material-icons.devices_other:before,
Expand Down Expand Up @@ -278,11 +287,6 @@
content: "\f111";
}

.material-icons.airplay:before,
.material-icons.picture_in_picture_alt:before {
font-family: "Material Icons";
}

.material-icons.fullscreen:before {
content: "\f065";
}
Expand Down Expand Up @@ -511,3 +515,7 @@
.material-icons.remove_circle:before {
content: "\f056";
}

.material-icons.keyboard:before {
content: "\f11c";
}
Loading

0 comments on commit 59ea7c3

Please sign in to comment.