@elasticias/core 0.0.16 → 1.0.0

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.
@@ -0,0 +1,13 @@
1
+ /* Comptoir fonts — vendored loading
2
+ Single source so consuming apps don't duplicate Google Fonts URLs.
3
+
4
+ Apps include this once in their global styles entry:
5
+ @import '@elasticias/core/assets/fonts.css';
6
+ …or list it in angular.json's "styles" array.
7
+
8
+ Variable axes loaded:
9
+ Bricolage Grotesque — opsz 12-96, wdth 75-100, wght 200-800
10
+ Manrope — wght 200-800
11
+ JetBrains Mono — wght 100-800 (regular + italic) */
12
+
13
+ @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&family=Manrope:wght@200..800&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');