Skip to content

Commit

Permalink
Remove woff versions of line-awesome as woff2 is supported by all bro…
Browse files Browse the repository at this point in the history
…wsers
  • Loading branch information
volkanceylan committed Sep 1, 2024
1 parent 84f6fea commit 8e4fa59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/Serenity.Assets/wwwroot/line-awesome/css/line-awesome-fa.css
Original file line number Diff line number Diff line change
Expand Up @@ -5832,7 +5832,7 @@ readers do not read off random characters that represent icons */
font-style: normal;
font-weight: normal;
font-display: auto;
src: url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff");
src: url("../fonts/la-brands-400.woff2") format("woff2");
}

.fab {
Expand All @@ -5844,7 +5844,7 @@ readers do not read off random characters that represent icons */
font-style: normal;
font-weight: 400;
font-display: auto;
src: url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff");
src: url("../fonts/la-regular-400.woff2") format("woff2");
}

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

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

@font-face {
font-family: 'Font Awesome';
font-style: normal;
font-weight: 900;
font-display: auto;
src: url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff");
src: url("../fonts/la-solid-900.woff2") format("woff2");
}

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8e4fa59

Please sign in to comment.