initial_commit

This commit is contained in:
ZoukKTH
2025-08-10 11:33:42 +02:00
parent b943126a7b
commit 9d2f1fd39d
119 changed files with 457 additions and 0 deletions

13
fonts/stylesheet.css Executable file
View File

@@ -0,0 +1,13 @@
@font-face {
font-family: 'Chromium One LET';
src: url('ChromiumOneLetPlain.eot');
src: local('Chromium One LET Plain:1.0'), local('ChromiumOneLetPlain'),
url('ChromiumOneLetPlain.eot?#iefix') format('embedded-opentype'),
url('ChromiumOneLetPlain.woff2') format('woff2'),
url('ChromiumOneLetPlain.woff') format('woff'),
url('ChromiumOneLetPlain.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}