codexly-ui 0.5.4 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/assets/styles/_fonts.css
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
1
|
/* Fonts are loaded dynamically by ClxThemeService via <link> injection.
|
|
2
2
|
Roboto is the default — preloaded here so the app renders before JS executes. */
|
|
3
3
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
|
|
4
|
-
|
|
5
|
-
/* Self-hosted (not loaded from fonts.gstatic.com): iOS Safari over some
|
|
6
|
-
network paths (e.g. dev tunnels) fails to fetch/apply the Google Fonts
|
|
7
|
-
variable build and falls back to rendering the raw ligature text instead
|
|
8
|
-
of the glyph. Serving the woff2 from our own assets removes that
|
|
9
|
-
cross-origin dependency entirely. */
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: 'Material Symbols Outlined';
|
|
12
|
-
font-style: normal;
|
|
13
|
-
font-weight: 100 700;
|
|
14
|
-
font-display: swap;
|
|
15
|
-
src: url('/assets/fonts/MaterialSymbolsOutlined.woff2') format('woff2');
|
|
16
|
-
}
|
package/package.json
CHANGED
|
Binary file
|