@iris.interactive/handcook 1.0.5 → 1.0.6
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 +1 -1
- package/public/fonts/svgfont/etourisme/etourisme-font.eot +0 -0
- package/public/fonts/svgfont/etourisme/etourisme-font.ttf +0 -0
- package/public/fonts/svgfont/etourisme/etourisme-font.woff +0 -0
- package/public/fonts/svgfont/info-neige/info-neige-font.eot +0 -0
- package/public/fonts/svgfont/info-neige/info-neige-font.ttf +0 -0
- package/public/fonts/svgfont/info-neige/info-neige-font.woff +0 -0
- package/public/fonts/svgfont/iris-tides/iris-tides-font.eot +0 -0
- package/public/fonts/svgfont/iris-tides/iris-tides-font.ttf +0 -0
- package/public/fonts/svgfont/iris-tides/iris-tides-font.woff +0 -0
- package/public/fonts/svgfont/iris-weather/iris-weather-font.eot +0 -0
- package/public/fonts/svgfont/iris-weather/iris-weather-font.ttf +0 -0
- package/public/fonts/svgfont/iris-weather/iris-weather-font.woff +0 -0
- package/public/fonts/svgfont/theme/theme-font.eot +0 -0
- package/public/fonts/svgfont/theme/theme-font.ttf +0 -0
- package/public/fonts/svgfont/theme/theme-font.woff +0 -0
- package/public/styles/scss/_mixin-font.scss +1 -0
- package/public/styles/scss/lib/_etourisme-font.scss +5 -5
- package/public/styles/scss/lib/_info-neige-font.scss +5 -5
- package/public/styles/scss/lib/_iris-tides-font.scss +5 -5
- package/public/styles/scss/lib/_iris-weather-font.scss +5 -5
- package/public/styles/scss/lib/_theme-font.scss +5 -5
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
font-family: 'etourisme-font';
|
|
5
5
|
font-weight: normal;
|
|
6
6
|
font-style: normal;
|
|
7
|
-
src: url("
|
|
8
|
-
url("
|
|
9
|
-
url("
|
|
10
|
-
url("
|
|
11
|
-
url("
|
|
7
|
+
src: url("#{$svgfont_path}/etourisme/etourisme-font.eot"),
|
|
8
|
+
url("#{$svgfont_path}/etourisme/etourisme-font.woff") format('woff'),
|
|
9
|
+
url("#{$svgfont_path}/etourisme/etourisme-font.ttf") format('truetype'),
|
|
10
|
+
url("#{$svgfont_path}/etourisme/etourisme-font.eot?#iefix") format('embedded-opentype'),
|
|
11
|
+
url("#{$svgfont_path}/etourisme/etourisme-font.svg#etourisme-font") format('svg');
|
|
12
12
|
font-display: swap;
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
font-family: 'info-neige-font';
|
|
5
5
|
font-weight: normal;
|
|
6
6
|
font-style: normal;
|
|
7
|
-
src: url('
|
|
8
|
-
url('
|
|
9
|
-
url('
|
|
10
|
-
url('
|
|
11
|
-
url('
|
|
7
|
+
src: url('#{$svgfont_path}/info-neige/info-neige-font.eot'),
|
|
8
|
+
url('#{$svgfont_path}/info-neige/info-neige-font.woff') format('woff'),
|
|
9
|
+
url('#{$svgfont_path}/info-neige/info-neige-font.ttf') format('truetype'),
|
|
10
|
+
url('#{$svgfont_path}/info-neige/info-neige-font.eot?#iefix') format('embedded-opentype'),
|
|
11
|
+
url('#{$svgfont_path}/info-neige/info-neige-font.svg#info-neige-font') format('svg');
|
|
12
12
|
font-display: swap;
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
font-family: 'iris-tides-font';
|
|
5
5
|
font-weight: normal;
|
|
6
6
|
font-style: normal;
|
|
7
|
-
src: url('
|
|
8
|
-
url('
|
|
9
|
-
url('
|
|
10
|
-
url('
|
|
11
|
-
url('
|
|
7
|
+
src: url('#{$svgfont_path}/iris-tides/iris-tides-font.eot'),
|
|
8
|
+
url('#{$svgfont_path}/iris-tides/iris-tides-font.woff') format('woff'),
|
|
9
|
+
url('#{$svgfont_path}/iris-tides/iris-tides-font.ttf') format('truetype'),
|
|
10
|
+
url('#{$svgfont_path}/iris-tides/iris-tides-font.eot?#iefix') format('embedded-opentype'),
|
|
11
|
+
url('#{$svgfont_path}/iris-tides/iris-tides-font.svg#iris-tides-font') format('svg');
|
|
12
12
|
font-display: swap;
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
font-family: 'iris-weather-font';
|
|
5
5
|
font-weight: normal;
|
|
6
6
|
font-style: normal;
|
|
7
|
-
src: url('
|
|
8
|
-
url('
|
|
9
|
-
url('
|
|
10
|
-
url('
|
|
11
|
-
url('
|
|
7
|
+
src: url('#{$svgfont_path}/iris-weather/iris-weather-font.eot'),
|
|
8
|
+
url('#{$svgfont_path}/iris-weather/iris-weather-font.woff') format('woff'),
|
|
9
|
+
url('#{$svgfont_path}/iris-weather/iris-weather-font.ttf') format('truetype'),
|
|
10
|
+
url('#{$svgfont_path}/iris-weather/iris-weather-font.eot?#iefix') format('embedded-opentype'),
|
|
11
|
+
url('#{$svgfont_path}/iris-weather/iris-weather-font.svg#iris-weather-font') format('svg');
|
|
12
12
|
font-display: swap;
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
font-family: 'theme-font';
|
|
5
5
|
font-weight: normal;
|
|
6
6
|
font-style: normal;
|
|
7
|
-
src: url("
|
|
8
|
-
url("
|
|
9
|
-
url("
|
|
10
|
-
url("
|
|
11
|
-
url("
|
|
7
|
+
src: url("#{$svgfont_path}/theme/theme-font.eot"),
|
|
8
|
+
url("#{$svgfont_path}/theme/theme-font.woff") format('woff'),
|
|
9
|
+
url("#{$svgfont_path}/theme/theme-font.ttf") format('truetype'),
|
|
10
|
+
url("#{$svgfont_path}/theme/theme-font.eot?#iefix") format('embedded-opentype'),
|
|
11
|
+
url("#{$svgfont_path}/theme/theme-font.svg#theme-font") format('svg');
|
|
12
12
|
font-display: swap;
|
|
13
13
|
}
|
|
14
14
|
|