diff --git a/src/assets/base.css b/src/assets/base.css index b5eda80c..ac2e7b64 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -2,11 +2,13 @@ background: #ddd; border-radius: 4px; } + ::-webkit-scrollbar { background: transparent; width: 5px; height: 5px; } + :root { /* border radius */ --br: 8px; @@ -16,6 +18,7 @@ --rustchat-channel-text-color: #1c1c1e; --rustchat-msg-text-color: #374151; } + /* @media (prefers-color-scheme: dark) { :root{ --br:8px; @@ -26,3 +29,115 @@ --rustchat-msg-text-color:#fff; } } */ + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 100; + src: url("./fonts/inter-v11-latin-100.eot"); + src: local(""), url("./fonts/inter-v11-latin-100.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-100.woff2") format("woff2"), + url("./fonts/inter-v11-latin-100.woff") format("woff"), + url("./fonts/inter-v11-latin-100.ttf") format("truetype"), + url("./fonts/inter-v11-latin-100.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 200; + src: url("./fonts/inter-v11-latin-200.eot"); + src: local(""), url("./fonts/inter-v11-latin-200.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-200.woff2") format("woff2"), + url("./fonts/inter-v11-latin-200.woff") format("woff"), + url("./fonts/inter-v11-latin-200.ttf") format("truetype"), + url("./fonts/inter-v11-latin-200.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 300; + src: url("./fonts/inter-v11-latin-300.eot"); + src: local(""), url("./fonts/inter-v11-latin-300.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-300.woff2") format("woff2"), + url("./fonts/inter-v11-latin-300.woff") format("woff"), + url("./fonts/inter-v11-latin-300.ttf") format("truetype"), + url("./fonts/inter-v11-latin-300.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url("./fonts/inter-v11-latin-regular.eot"); + src: local(""), url("./fonts/inter-v11-latin-regular.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-regular.woff2") format("woff2"), + url("./fonts/inter-v11-latin-regular.woff") format("woff"), + url("./fonts/inter-v11-latin-regular.ttf") format("truetype"), + url("./fonts/inter-v11-latin-regular.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 500; + src: url("./fonts/inter-v11-latin-500.eot"); + src: local(""), url("./fonts/inter-v11-latin-500.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-500.woff2") format("woff2"), + url("./fonts/inter-v11-latin-500.woff") format("woff"), + url("./fonts/inter-v11-latin-500.ttf") format("truetype"), + url("./fonts/inter-v11-latin-500.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 600; + src: url("./fonts/inter-v11-latin-600.eot"); + src: local(""), url("./fonts/inter-v11-latin-600.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-600.woff2") format("woff2"), + url("./fonts/inter-v11-latin-600.woff") format("woff"), + url("./fonts/inter-v11-latin-600.ttf") format("truetype"), + url("./fonts/inter-v11-latin-600.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 700; + src: url("./fonts/inter-v11-latin-700.eot"); + src: local(""), url("./fonts/inter-v11-latin-700.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-700.woff2") format("woff2"), + url("./fonts/inter-v11-latin-700.woff") format("woff"), + url("./fonts/inter-v11-latin-700.ttf") format("truetype"), + url("./fonts/inter-v11-latin-700.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 800; + src: url("./fonts/inter-v11-latin-800.eot"); + src: local(""), url("./fonts/inter-v11-latin-800.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-800.woff2") format("woff2"), + url("./fonts/inter-v11-latin-800.woff") format("woff"), + url("./fonts/inter-v11-latin-800.ttf") format("truetype"), + url("./fonts/inter-v11-latin-800.svg#Inter") format("svg"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 900; + src: url("./fonts/inter-v11-latin-900.eot"); + src: local(""), url("./fonts/inter-v11-latin-900.eot?#iefix") format("embedded-opentype"), + url("./fonts/inter-v11-latin-900.woff2") format("woff2"), + url("./fonts/inter-v11-latin-900.woff") format("woff"), + url("./fonts/inter-v11-latin-900.ttf") format("truetype"), + url("./fonts/inter-v11-latin-900.svg#Inter") format("svg"); +} + +* { + font-family: "Inter", sans-serif !important; +} diff --git a/src/assets/fonts/inter-v11-latin-100.eot b/src/assets/fonts/inter-v11-latin-100.eot new file mode 100644 index 00000000..d45cd630 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-100.eot differ diff --git a/src/assets/fonts/inter-v11-latin-100.svg b/src/assets/fonts/inter-v11-latin-100.svg new file mode 100644 index 00000000..9e6eab34 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-100.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-100.ttf b/src/assets/fonts/inter-v11-latin-100.ttf new file mode 100644 index 00000000..72e20632 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-100.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-100.woff b/src/assets/fonts/inter-v11-latin-100.woff new file mode 100644 index 00000000..47855efb Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-100.woff differ diff --git a/src/assets/fonts/inter-v11-latin-100.woff2 b/src/assets/fonts/inter-v11-latin-100.woff2 new file mode 100644 index 00000000..2e3eec39 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-100.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-200.eot b/src/assets/fonts/inter-v11-latin-200.eot new file mode 100644 index 00000000..dfac1f0c Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-200.eot differ diff --git a/src/assets/fonts/inter-v11-latin-200.svg b/src/assets/fonts/inter-v11-latin-200.svg new file mode 100644 index 00000000..6c9d588d --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-200.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-200.ttf b/src/assets/fonts/inter-v11-latin-200.ttf new file mode 100644 index 00000000..f4ff5bf3 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-200.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-200.woff b/src/assets/fonts/inter-v11-latin-200.woff new file mode 100644 index 00000000..133a7259 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-200.woff differ diff --git a/src/assets/fonts/inter-v11-latin-200.woff2 b/src/assets/fonts/inter-v11-latin-200.woff2 new file mode 100644 index 00000000..7157fa8c Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-200.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-300.eot b/src/assets/fonts/inter-v11-latin-300.eot new file mode 100644 index 00000000..7cc5377d Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-300.eot differ diff --git a/src/assets/fonts/inter-v11-latin-300.svg b/src/assets/fonts/inter-v11-latin-300.svg new file mode 100644 index 00000000..86d802a7 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-300.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-300.ttf b/src/assets/fonts/inter-v11-latin-300.ttf new file mode 100644 index 00000000..af7065eb Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-300.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-300.woff b/src/assets/fonts/inter-v11-latin-300.woff new file mode 100644 index 00000000..a96e7e0a Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-300.woff differ diff --git a/src/assets/fonts/inter-v11-latin-300.woff2 b/src/assets/fonts/inter-v11-latin-300.woff2 new file mode 100644 index 00000000..08e827f6 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-300.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-500.eot b/src/assets/fonts/inter-v11-latin-500.eot new file mode 100644 index 00000000..2f387648 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-500.eot differ diff --git a/src/assets/fonts/inter-v11-latin-500.svg b/src/assets/fonts/inter-v11-latin-500.svg new file mode 100644 index 00000000..77485eb6 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-500.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-500.ttf b/src/assets/fonts/inter-v11-latin-500.ttf new file mode 100644 index 00000000..375e20f1 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-500.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-500.woff b/src/assets/fonts/inter-v11-latin-500.woff new file mode 100644 index 00000000..a5b7c7a2 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-500.woff differ diff --git a/src/assets/fonts/inter-v11-latin-500.woff2 b/src/assets/fonts/inter-v11-latin-500.woff2 new file mode 100644 index 00000000..0e3db59f Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-500.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-600.eot b/src/assets/fonts/inter-v11-latin-600.eot new file mode 100644 index 00000000..a80f9cb8 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-600.eot differ diff --git a/src/assets/fonts/inter-v11-latin-600.svg b/src/assets/fonts/inter-v11-latin-600.svg new file mode 100644 index 00000000..e4095595 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-600.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-600.ttf b/src/assets/fonts/inter-v11-latin-600.ttf new file mode 100644 index 00000000..6e2d1454 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-600.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-600.woff b/src/assets/fonts/inter-v11-latin-600.woff new file mode 100644 index 00000000..03c1df0b Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-600.woff differ diff --git a/src/assets/fonts/inter-v11-latin-600.woff2 b/src/assets/fonts/inter-v11-latin-600.woff2 new file mode 100644 index 00000000..3eef889e Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-600.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-700.eot b/src/assets/fonts/inter-v11-latin-700.eot new file mode 100644 index 00000000..f4ee4b57 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-700.eot differ diff --git a/src/assets/fonts/inter-v11-latin-700.svg b/src/assets/fonts/inter-v11-latin-700.svg new file mode 100644 index 00000000..18466061 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-700.svg @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-700.ttf b/src/assets/fonts/inter-v11-latin-700.ttf new file mode 100644 index 00000000..6ef26cd0 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-700.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-700.woff b/src/assets/fonts/inter-v11-latin-700.woff new file mode 100644 index 00000000..dccfb4d1 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-700.woff differ diff --git a/src/assets/fonts/inter-v11-latin-700.woff2 b/src/assets/fonts/inter-v11-latin-700.woff2 new file mode 100644 index 00000000..2cf55f16 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-700.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-800.eot b/src/assets/fonts/inter-v11-latin-800.eot new file mode 100644 index 00000000..9af2d641 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-800.eot differ diff --git a/src/assets/fonts/inter-v11-latin-800.svg b/src/assets/fonts/inter-v11-latin-800.svg new file mode 100644 index 00000000..c2c6d5d3 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-800.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-800.ttf b/src/assets/fonts/inter-v11-latin-800.ttf new file mode 100644 index 00000000..8cfe396a Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-800.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-800.woff b/src/assets/fonts/inter-v11-latin-800.woff new file mode 100644 index 00000000..feb91cc1 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-800.woff differ diff --git a/src/assets/fonts/inter-v11-latin-800.woff2 b/src/assets/fonts/inter-v11-latin-800.woff2 new file mode 100644 index 00000000..595bcec6 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-800.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-900.eot b/src/assets/fonts/inter-v11-latin-900.eot new file mode 100644 index 00000000..8ab009f4 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-900.eot differ diff --git a/src/assets/fonts/inter-v11-latin-900.svg b/src/assets/fonts/inter-v11-latin-900.svg new file mode 100644 index 00000000..a04d6e07 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-900.svg @@ -0,0 +1,349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-900.ttf b/src/assets/fonts/inter-v11-latin-900.ttf new file mode 100644 index 00000000..1b7efc53 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-900.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-900.woff b/src/assets/fonts/inter-v11-latin-900.woff new file mode 100644 index 00000000..b902f31e Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-900.woff differ diff --git a/src/assets/fonts/inter-v11-latin-900.woff2 b/src/assets/fonts/inter-v11-latin-900.woff2 new file mode 100644 index 00000000..35175113 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-900.woff2 differ diff --git a/src/assets/fonts/inter-v11-latin-regular.eot b/src/assets/fonts/inter-v11-latin-regular.eot new file mode 100644 index 00000000..f0dfb24c Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-regular.eot differ diff --git a/src/assets/fonts/inter-v11-latin-regular.svg b/src/assets/fonts/inter-v11-latin-regular.svg new file mode 100644 index 00000000..5f542444 --- /dev/null +++ b/src/assets/fonts/inter-v11-latin-regular.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/fonts/inter-v11-latin-regular.ttf b/src/assets/fonts/inter-v11-latin-regular.ttf new file mode 100644 index 00000000..77e2f518 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-regular.ttf differ diff --git a/src/assets/fonts/inter-v11-latin-regular.woff b/src/assets/fonts/inter-v11-latin-regular.woff new file mode 100644 index 00000000..4fcb4b52 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-regular.woff differ diff --git a/src/assets/fonts/inter-v11-latin-regular.woff2 b/src/assets/fonts/inter-v11-latin-regular.woff2 new file mode 100644 index 00000000..56a570b2 Binary files /dev/null and b/src/assets/fonts/inter-v11-latin-regular.woff2 differ