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..bc5576f964d 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -12,7 +12,7 @@ - + +