nuxtseo-layer-devtools 0.4.3 → 0.4.4

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.
@@ -3,7 +3,7 @@
3
3
 
4
4
  @font-face {
5
5
  font-family: 'Hubot Sans';
6
- src: url('/fonts/hubot-sans.woff2') format('woff2');
6
+ src: url('../fonts/hubot-sans.woff2') format('woff2');
7
7
  font-weight: 100 900;
8
8
  font-display: swap;
9
9
  font-style: normal;
@@ -11,7 +11,7 @@
11
11
 
12
12
  @font-face {
13
13
  font-family: 'Fira Code';
14
- src: url('/fonts/fira-code.woff2') format('woff2');
14
+ src: url('../fonts/fira-code.woff2') format('woff2');
15
15
  font-weight: 100 900;
16
16
  font-display: swap;
17
17
  font-style: normal;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxtseo-layer-devtools",
3
3
  "type": "module",
4
- "version": "0.4.3",
4
+ "version": "0.4.4",
5
5
  "description": "Shared Nuxt layer for Nuxt SEO devtools clients.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
File without changes
File without changes