initial commit

This commit is contained in:
buzz-lightsnack-2007 2022-10-12 22:28:55 +08:00
commit 52aad94550
94 changed files with 43651 additions and 0 deletions

View file

@ -0,0 +1,5 @@
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
text-rendering: optimizeLegibility;
font-feature-settings: 'liga';
}