Skip to content

Commit

Permalink
remove fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Jul 20, 2022
1 parent 1b9276d commit d4393db
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 7,831 deletions.
7,851 changes: 25 additions & 7,826 deletions public/all.css

Large diffs are not rendered by default.

Binary file removed public/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file removed public/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file removed public/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file removed public/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file removed public/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file removed public/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file removed public/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file removed public/webfonts/fa-v4compatibility.woff2
Binary file not shown.
Binary file added public/webfonts/icomoon.eot
Binary file not shown.
12 changes: 12 additions & 0 deletions public/webfonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/webfonts/icomoon.ttf
Binary file not shown.
Binary file added public/webfonts/icomoon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/LCUErrorMessage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="errorDiv">
<h1>{{message}}
<i :title="title" class="fa fa-circle-info" aria-hidden="true"></i>
<i :title="title" class="icon-question-circle" aria-hidden="true"></i>
</h1>
</div>
</template>
Expand Down
4 changes: 2 additions & 2 deletions src/components/MatchHistoryItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</tbody>
</table>
<div :class="`showDetailsTip ${showDetails ? 'flip180' : ''}`" @click="()=>{getGameDetails()}">
<i class="fa-solid fa-angle-down"></i>
<i class="icon-keyboard_arrow_down"></i>
</div>
<!-- Begin Detailed Match History Item -->
<DetailedMatchInfo
Expand Down Expand Up @@ -320,7 +320,7 @@ a {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size:12px;
font-size:18px;
text-align:center;
}

Expand Down
4 changes: 2 additions & 2 deletions src/components/PlayerRank.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<span>
{{data.queueMap.RANKED_SOLO_5x5.wins}}W {{data.queueMap.RANKED_SOLO_5x5.losses}}L
<i v-if="data.flag"
title="Info: Only includes latest 200 games" style="color:#797979d9;font-size:12px;"
class="fa fa-circle-info" aria-hidden="true"></i>
title="Info: Only includes latest 200 games" style="color:#797979d9;font-size:15px;"
class="icon-question-circle" aria-hidden="true"></i>
</span>
<br>
<span>
Expand Down

0 comments on commit d4393db

Please sign in to comment.