Skip to content

Commit

Permalink
chore: update license and font references
Browse files Browse the repository at this point in the history
  • Loading branch information
soy0ka committed Oct 14, 2024
1 parent f76418d commit 79606c0
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 7,344 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Seoyeon Park
Copyright (c) 2024 soyoka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
39 changes: 20 additions & 19 deletions assets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@
line-height: 1;
}
.fa-play:before {
content: "\f04b";
content: '\f04b';
}
.fa-play-circle:before {
content: "\f144";
content: '\f144';
}
.fa-file-download:before {
content: "\f56d";
content: '\f56d';
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.far {
font-family: "Font Awesome 5 Free";
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url("../webfonts/fa-solid-900.eot");
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
url("../webfonts/fa-solid-900.woff2") format("woff2"),
url("../webfonts/fa-solid-900.woff") format("woff"),
url("../webfonts/fa-solid-900.ttf") format("truetype"),
url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
src: url('../webfonts/fa-solid-900.eot');
src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
url('../webfonts/fa-solid-900.woff2') format('woff2'),
url('../webfonts/fa-solid-900.woff') format('woff'),
url('../webfonts/fa-solid-900.ttf') format('truetype'),
url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

.fa,
.fas {
font-family: "Font Awesome 5 Free";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.fa-spin {
Expand All @@ -58,7 +58,7 @@
}

.fa-spinner:before {
content: "\f110";
content: '\f110';
}
@-webkit-keyframes fa-spin {
0% {
Expand Down Expand Up @@ -108,12 +108,12 @@

@font-face {
font-family: Main;
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/TmoneyRoundWindRegular.woff")
format("woff");
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/TmoneyRoundWindRegular.woff')
format('woff');
}
@font-face {
font-family: Japanese;
src: url("/media/fonts/kosugi-maru.woff2") format("woff2");
src: url('/media/fonts/kosugi-maru.woff2') format('woff2');
}
a {
color: inherit;
Expand Down Expand Up @@ -152,6 +152,7 @@ textarea {
font-family: inherit;
min-width: 0;
}

input:hover,
select:hover,
textarea:hover {
Expand Down Expand Up @@ -180,15 +181,15 @@ textarea {
resize: vertical;
}

input[type="checkbox"] {
input[type='checkbox'] {
vertical-align: middle;
}

input[type="file"] {
input[type='file'] {
display: none;
}

input[type="range"] {
input[type='range'] {
padding: 6px 0;
}

Expand Down
Loading

0 comments on commit 79606c0

Please sign in to comment.