Skip to content

Commit

Permalink
Add missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Jan 3, 2025
1 parent 85b3c90 commit 49039fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pontoon/base/static/css/fontawesome-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -8325,7 +8325,7 @@ readers do not read off random characters that represent icons */
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../fonts/fa-brands-400.woff2") format("woff2")
src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fab,
Expand Down Expand Up @@ -10464,7 +10464,7 @@ readers do not read off random characters that represent icons */
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../fonts/fa-regular-400.woff2") format("woff2")
src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

.far,
Expand All @@ -10483,7 +10483,7 @@ readers do not read off random characters that represent icons */
font-style: normal;
font-weight: 900;
font-display: block;
src: url("../fonts/fa-solid-900.woff2") format("woff2")
src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fas,
Expand All @@ -10495,33 +10495,33 @@ readers do not read off random characters that represent icons */
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url("../fonts/fa-brands-400.woff2") format("woff2")
src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url("../fonts/fa-solid-900.woff2") format("woff2")
src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url("../fonts/fa-regular-400.woff2") format("woff2")
src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url("../fonts/fa-solid-900.woff2") format("woff2")
src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url("../fonts/fa-brands-400.woff2") format("woff2")
src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
Expand Down

0 comments on commit 49039fb

Please sign in to comment.