azion-theme 1.12.0 → 1.13.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.13.0](https://github.com/aziontech/azion-theme/compare/v1.12.0...v1.13.0) (2025-08-08)
2
+
3
+ ### Features
4
+
5
+ * add sora font ([#49](https://github.com/aziontech/azion-theme/issues/49)) ([53b1c14](https://github.com/aziontech/azion-theme/commit/53b1c14f5df41f498721edcd91c1b1ff8df3a32c))
6
+
1
7
  ## [1.12.0](https://github.com/aziontech/azion-theme/compare/v1.11.8...v1.12.0) (2025-08-05)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.12.0",
4
+ "version": "1.13.0",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -94,6 +94,14 @@
94
94
  font-display: swap;
95
95
  }
96
96
 
97
+ @font-face {
98
+ font-family: 'Sora';
99
+ src: url('https://fonts.azion.com/sora/Sora-VariableFont_wght.ttf') format('truetype');
100
+ font-weight: 100 900;
101
+ font-style: normal;
102
+ font-display: swap;
103
+ }
104
+
97
105
  @font-face {
98
106
  font-family: 'Proto Mono';
99
107
  src: url('https://fonts.azion.com/proto-mono/ProtoMono-Light.woff2') format('woff2');