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.
package/assets/css/global.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
@font-face {
|
|
5
5
|
font-family: 'Hubot Sans';
|
|
6
|
-
src: url('
|
|
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('
|
|
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
|
File without changes
|
|
File without changes
|