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

Commit

Permalink
Fix Icons not of same width
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Nov 5, 2022
1 parent d298d5e commit de80f73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Font Awesome/light.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @format */

@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 300;
Expand All @@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}

.material-icons.picture_in_picture_alt:before {
Expand Down
3 changes: 2 additions & 1 deletion Font Awesome/regular.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @format */

@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 400;
Expand All @@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}

.material-icons.picture_in_picture_alt:before {
Expand Down
3 changes: 2 additions & 1 deletion Font Awesome/solid.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @format */

@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 900;
Expand All @@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}

.material-icons.picture_in_picture_alt:before {
Expand Down
3 changes: 2 additions & 1 deletion Font Awesome/thin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @format */

@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 100;
Expand All @@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}

.material-icons.picture_in_picture_alt:before {
Expand Down

0 comments on commit de80f73

Please sign in to comment.