Skip to content

Commit

Permalink
chore: remove font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jul 30, 2023
1 parent f33d304 commit d3a5cf1
Show file tree
Hide file tree
Showing 8 changed files with 429 additions and 727 deletions.
586 changes: 383 additions & 203 deletions index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,21 @@ body {
webkit-tap-highlight-color: #fed136;
}

/* tailwind */

ul {
padding-inline-start: 0;
}
li {
list-style: none;
}

.flex {
display: flex;
}
.inline-box {
display: inline-box;
}

.items-center {
align-items: center;
Expand All @@ -805,7 +817,41 @@ body {
.gap-3 {
gap: 12px;
}
.gap-4 {
gap: 16px;
}
.gap-5 {
gap: 20px;
}
.gap-6 {
gap: 24px;
}

.p-3 {
padding: 12px;
}

.w-7 {
width: 28px;
}
.w-12 {
width: 48px;
}
.h-7 {
height: 28px;
}
.h-12 {
height: 48px;
}

.bg-gray-900 {
background-color: rgb(17 24 39);
}

.rounded-full {
border-radius: 9999px;
}

.text-white {
color: white;
}
4 changes: 0 additions & 4 deletions vendor/css/font-awesome.min.css

This file was deleted.

Binary file removed vendor/fonts/FontAwesome.otf
Binary file not shown.
Binary file removed vendor/fonts/fontawesome-webfont.eot
Binary file not shown.
520 changes: 0 additions & 520 deletions vendor/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed vendor/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed vendor/fonts/fontawesome-webfont.woff
Binary file not shown.

0 comments on commit d3a5cf1

Please sign in to comment.