|
1 | | -// Main font |
2 | | -@import "https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;600;700&display=swap"; |
3 | | -// Monospace font is used for code blocks |
4 | | -@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&display=swap"; |
5 | 1 | @import (reference) "@open-condo/ui/src/tokens/variables.less"; |
6 | 2 | @import "@open-condo/ui/src/components/style/core/motion"; |
7 | 3 |
|
| 4 | +// Main font |
| 5 | + |
| 6 | +/* wix-madefor-display-regular - cyrillic_cyrillic-ext_latin_latin-ext */ |
| 7 | +@font-face { |
| 8 | + font-display: swap; |
| 9 | + font-weight: 400; |
| 10 | + font-family: "Wix Madefor Display"; |
| 11 | + font-style: normal; |
| 12 | + src: url("/public/fonts/wix-madefor-display/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
| 13 | +} |
| 14 | + |
| 15 | +/* wix-madefor-display-600 - cyrillic_cyrillic-ext_latin_latin-ext */ |
| 16 | +@font-face { |
| 17 | + font-display: swap; |
| 18 | + font-weight: 600; |
| 19 | + font-family: "Wix Madefor Display"; |
| 20 | + font-style: normal; |
| 21 | + src: url("/public/fonts/wix-madefor-display/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
| 22 | +} |
| 23 | + |
| 24 | +/* wix-madefor-display-700 - cyrillic_cyrillic-ext_latin_latin-ext */ |
| 25 | +@font-face { |
| 26 | + font-display: swap; |
| 27 | + font-weight: 700; |
| 28 | + font-family: "Wix Madefor Display"; |
| 29 | + font-style: normal; |
| 30 | + src: url("/public/fonts/wix-madefor-display/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
| 31 | +} |
| 32 | + |
| 33 | +// Monospace font is used for code blocks |
| 34 | + |
| 35 | +/* noto-sans-mono-regular - cyrillic_cyrillic-ext_latin_latin-ext */ |
| 36 | +@font-face { |
| 37 | + font-display: swap; |
| 38 | + font-weight: 400; |
| 39 | + font-family: "Noto Sans Mono"; |
| 40 | + font-style: normal; |
| 41 | + src: url("/public/fonts/noto-sans-mono/noto-sans-mono-v32-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
| 42 | +} |
| 43 | + |
8 | 44 | @text-color: @condo-global-color-black; |
9 | 45 | @heading-color: @condo-global-color-black; |
10 | 46 |
|
|
0 commit comments