@ntlab/ntjs-assets 2.0.9 → 2.0.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.
@@ -0,0 +1,33 @@
1
+ /* material-icons-regular - latin */
2
+ @font-face {
3
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
4
+ font-family: 'Material Icons';
5
+ font-style: normal;
6
+ font-weight: 400;
7
+ src: url('../fonts/material-icons-v141-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
8
+ }
9
+
10
+ .material-icons {
11
+ font-family: 'Material Icons';
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ font-size: 24px; /* Preferred icon size */
15
+ display: inline-block;
16
+ line-height: 1;
17
+ text-transform: none;
18
+ letter-spacing: normal;
19
+ word-wrap: normal;
20
+ white-space: nowrap;
21
+ direction: ltr;
22
+
23
+ /* Support for all WebKit browsers. */
24
+ -webkit-font-smoothing: antialiased;
25
+ /* Support for Safari and Chrome. */
26
+ text-rendering: optimizeLegibility;
27
+
28
+ /* Support for Firefox. */
29
+ -moz-osx-font-smoothing: grayscale;
30
+
31
+ /* Support for IE. */
32
+ font-feature-settings: 'liga';
33
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ntlab/ntjs-assets",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Node Javascript assets",
5
5
  "main": "index.js",
6
6
  "scripts": {