🐛 fix: Fontsource asset resolution across workspace layouts
This commit is contained in:
Vendored
+8
-8
@@ -37,7 +37,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 100 900;
|
||||
src: url('../../node_modules/@fontsource-variable/public-sans/files/public-sans-vietnamese-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/public-sans/files/public-sans-vietnamese-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
@@ -50,7 +50,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 100 900;
|
||||
src: url('../../node_modules/@fontsource-variable/public-sans/files/public-sans-latin-ext-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/public-sans/files/public-sans-latin-ext-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
||||
@@ -63,7 +63,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 100 900;
|
||||
src: url('../../node_modules/@fontsource-variable/public-sans/files/public-sans-latin-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/public-sans/files/public-sans-latin-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
||||
@@ -78,7 +78,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 400 700;
|
||||
src: url('../../node_modules/@fontsource-variable/lora/files/lora-cyrillic-ext-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/lora/files/lora-cyrillic-ext-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
@@ -89,7 +89,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 400 700;
|
||||
src: url('../../node_modules/@fontsource-variable/lora/files/lora-cyrillic-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/lora/files/lora-cyrillic-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@@ -99,7 +99,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 400 700;
|
||||
src: url('../../node_modules/@fontsource-variable/lora/files/lora-vietnamese-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/lora/files/lora-vietnamese-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
@@ -112,7 +112,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 400 700;
|
||||
src: url('../../node_modules/@fontsource-variable/lora/files/lora-latin-ext-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/lora/files/lora-latin-ext-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
||||
@@ -125,7 +125,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
font-style: normal;
|
||||
font-display: optional;
|
||||
font-weight: 400 700;
|
||||
src: url('../../node_modules/@fontsource-variable/lora/files/lora-latin-wght-normal.woff2')
|
||||
src: url('@fontsource-variable/lora/files/lora-latin-wght-normal.woff2')
|
||||
format('woff2-variations');
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
||||
|
||||
Reference in New Issue
Block a user