Skip to content

Commit

Permalink
Site updated: 2023-08-31 10:13:08
Browse files Browse the repository at this point in the history
  • Loading branch information
aragakisyui committed Aug 31, 2023
1 parent 132f17b commit 9a695c8
Show file tree
Hide file tree
Showing 56 changed files with 21,642 additions and 0 deletions.
File renamed without changes.
Empty file added archives/2023/08/index.html
Empty file.
Empty file added archives/2023/index.html
Empty file.
Empty file added archives/index.html
Empty file.
Binary file added css/fonts/FontAwesome.otf
Binary file not shown.
Binary file added css/fonts/MaterialSymbolsRounded.woff2
Binary file not shown.
Binary file added css/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added css/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file added css/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added css/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions css/fonts/fontawesome-webfont.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 css/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added css/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added css/fonts/fontawesome-webfont.woff2
Binary file not shown.
Empty file added css/style.css
Empty file.
7,946 changes: 7,946 additions & 0 deletions fontawesome/css/all.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions fontawesome/css/all.min.css

Large diffs are not rendered by default.

1,516 changes: 1,516 additions & 0 deletions fontawesome/css/brands.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions fontawesome/css/brands.min.css

Large diffs are not rendered by default.

6,369 changes: 6,369 additions & 0 deletions fontawesome/css/fontawesome.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions fontawesome/css/fontawesome.min.css

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions fontawesome/css/regular.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
font-weight: 400; }
6 changes: 6 additions & 0 deletions fontawesome/css/regular.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
19 changes: 19 additions & 0 deletions fontawesome/css/solid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
font-weight: 900; }
6 changes: 6 additions & 0 deletions fontawesome/css/solid.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
Loading

0 comments on commit 9a695c8

Please sign in to comment.