@leuffen/themejs1 11.0.5 → 11.0.8

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.
@@ -41,7 +41,7 @@ layout: 2_script
41
41
 
42
42
 
43
43
  <!-- ================== MAIN NAVBAR ================== -->
44
- <nte-navbar-line>
44
+ <nte-navbar-line class="--brand-center --zoom-brand">
45
45
 
46
46
 
47
47
  <!-- Navbar Brand -->
@@ -0,0 +1,9 @@
1
+
2
+ @import "../themes/_vendor/font-opensans";
3
+ @import "../themes/_vendor/font-amatic-sc";
4
+
5
+ $font-family-base: 'Open Sans', sans-serif;
6
+ //$font-size-base: 1rem !default;
7
+
8
+ $font-family-header: 'Amatic SC', serif !default;
9
+ //$font-size-header: 1.8rem !default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
3
 
4
- "version": "11.0.5",
4
+ "version": "11.0.8",
5
5
  "description": "",
6
6
  "license": "proprietary",
7
7
  "main": "./index.js",
@@ -0,0 +1,18 @@
1
+ @font-face {
2
+ font-family: "Amatic SC";
3
+ src: url("https://cdn.leuffen.de/global/fonts/amatic-sc/AmaticSC-Regular.woff2?v=1.101") format("woff2");
4
+ font-weight: 300;
5
+ font-style: normal;
6
+ font-display: swap;
7
+
8
+ }
9
+
10
+ @font-face {
11
+ font-family: "Amatic SC";
12
+ src: url("https://cdn.leuffen.de/global/fonts/amatic-sc/AmaticSC-Bold.woff2?v=1.101") format("woff");
13
+ font-weight: 700;
14
+ font-style: normal;
15
+ font-display: swap;
16
+
17
+ }
18
+