@gjsify/adwaita-fonts 0.4.5 → 0.4.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/adwaita-fonts",
3
- "version": "0.4.5",
3
+ "version": "0.4.10",
4
4
  "description": "Adwaita Sans font package for browser targets (fontsource-style)",
5
5
  "type": "module",
6
6
  "main": "index.css",
package/400-italic.css DELETED
@@ -1,9 +0,0 @@
1
- /* Adwaita Sans — Italic 400 */
2
- /* Source: refs/adwaita-fonts (SIL OFL 1.1, GNOME contributors) */
3
- @font-face {
4
- font-family: 'Adwaita Sans';
5
- font-style: italic;
6
- font-display: swap;
7
- font-weight: 400;
8
- src: url('./files/adwaita-sans-400-italic.ttf') format('truetype');
9
- }
package/400.css DELETED
@@ -1,9 +0,0 @@
1
- /* Adwaita Sans — Regular 400 */
2
- /* Source: refs/adwaita-fonts (SIL OFL 1.1, GNOME contributors) */
3
- @font-face {
4
- font-family: 'Adwaita Sans';
5
- font-style: normal;
6
- font-display: swap;
7
- font-weight: 400;
8
- src: url('./files/adwaita-sans-400.ttf') format('truetype');
9
- }