diff --git a/Font Awesome/light.css b/Font Awesome/light.css index 2b241fa..4b2faa3 100644 --- a/Font Awesome/light.css +++ b/Font Awesome/light.css @@ -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; @@ -12,6 +12,7 @@ text-rendering: auto; line-height: 1; text-align: center; + width: 1.25em; } .material-icons.picture_in_picture_alt:before { diff --git a/Font Awesome/regular.css b/Font Awesome/regular.css index 039dd7d..5d603a5 100644 --- a/Font Awesome/regular.css +++ b/Font Awesome/regular.css @@ -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; @@ -12,6 +12,7 @@ text-rendering: auto; line-height: 1; text-align: center; + width: 1.25em; } .material-icons.picture_in_picture_alt:before { diff --git a/Font Awesome/solid.css b/Font Awesome/solid.css index 440290a..f8a237b 100644 --- a/Font Awesome/solid.css +++ b/Font Awesome/solid.css @@ -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; @@ -12,6 +12,7 @@ text-rendering: auto; line-height: 1; text-align: center; + width: 1.25em; } .material-icons.picture_in_picture_alt:before { diff --git a/Font Awesome/thin.css b/Font Awesome/thin.css index 95db16b..7d06f88 100644 --- a/Font Awesome/thin.css +++ b/Font Awesome/thin.css @@ -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; @@ -12,6 +12,7 @@ text-rendering: auto; line-height: 1; text-align: center; + width: 1.25em; } .material-icons.picture_in_picture_alt:before {