From 1537420b2610b205201366095e0fb313a29bcbf1 Mon Sep 17 00:00:00 2001 From: Noxy <107372460+noxygalaxy@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:53:11 +0300 Subject: [PATCH 1/4] update: full website update --- docs/changelog/font.css | 32 ++ docs/changelog/index.html | 50 ++- docs/faq/font.css | 32 ++ docs/font.css | 32 ++ docs/index.html | 79 +++- docs/style.css | 832 ++++++++++++++++++++++---------------- 6 files changed, 700 insertions(+), 357 deletions(-) create mode 100644 docs/changelog/font.css create mode 100644 docs/faq/font.css create mode 100644 docs/font.css diff --git a/docs/changelog/font.css b/docs/changelog/font.css new file mode 100644 index 00000000000..36d207d57a4 --- /dev/null +++ b/docs/changelog/font.css @@ -0,0 +1,32 @@ +/* Font Imports */ +@font-face { + font-family: 'Druk Wide Cyr'; + src: url('assets/fonts/Druk-Wide-Cyr-Bold.otf') format('opentype'); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Montserrat'; + src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype'); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Montserrat'; + src: url('assets/fonts/Montserrat-Medium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Montserrat'; + src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype'); + font-weight: 700; + font-style: normal; + font-display: swap; +} \ No newline at end of file diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 62fea7e0955..41f386c658d 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -12,7 +12,7 @@ - + +