@sd-angular/core 1.2.13 → 1.2.14
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/fonts/roboto.scss
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
url(./roboto/Roboto-Thin.svg#Roboto-Thin) format("svg");
|
|
8
8
|
font-weight: 100;
|
|
9
9
|
font-style: normal;
|
|
10
|
+
font-display: swap;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
@font-face {
|
|
@@ -19,6 +20,7 @@
|
|
|
19
20
|
url(./roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic) format("svg");
|
|
20
21
|
font-weight: 900;
|
|
21
22
|
font-style: italic;
|
|
23
|
+
font-display: swap;
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
@font-face {
|
|
@@ -31,7 +33,7 @@
|
|
|
31
33
|
url(./roboto/Roboto-Light.svg#Roboto-Light) format("svg");
|
|
32
34
|
font-weight: 300;
|
|
33
35
|
font-style: normal;
|
|
34
|
-
font-display:
|
|
36
|
+
font-display: swap;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
@font-face {
|
|
@@ -44,7 +46,7 @@
|
|
|
44
46
|
url(./roboto/Roboto-Italic.svg#Roboto-Italic) format("svg");
|
|
45
47
|
font-weight: normal;
|
|
46
48
|
font-style: italic;
|
|
47
|
-
font-display:
|
|
49
|
+
font-display: swap;
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
@font-face {
|
|
@@ -57,7 +59,7 @@
|
|
|
57
59
|
url(./roboto/Roboto-LightItalic.svg#Roboto-LightItalic) format("svg");
|
|
58
60
|
font-weight: 300;
|
|
59
61
|
font-style: italic;
|
|
60
|
-
font-display:
|
|
62
|
+
font-display: swap;
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
@font-face {
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
url(./roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic) format("svg");
|
|
71
73
|
font-weight: 500;
|
|
72
74
|
font-style: italic;
|
|
73
|
-
font-display:
|
|
75
|
+
font-display: swap;
|
|
74
76
|
}
|
|
75
77
|
|
|
76
78
|
@font-face {
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
url(./roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic) format("svg");
|
|
84
86
|
font-weight: bold;
|
|
85
87
|
font-style: italic;
|
|
86
|
-
font-display:
|
|
88
|
+
font-display: swap;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
@font-face {
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
url(./roboto/Roboto-Bold.svg#Roboto-Bold) format("svg");
|
|
96
98
|
font-weight: bold;
|
|
97
99
|
font-style: normal;
|
|
98
|
-
font-display:
|
|
100
|
+
font-display: swap;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
103
|
@font-face {
|
|
@@ -108,6 +110,7 @@
|
|
|
108
110
|
url(./roboto/Roboto-Black.svg#Roboto-Black) format("svg");
|
|
109
111
|
font-weight: 900;
|
|
110
112
|
font-style: normal;
|
|
113
|
+
font-display: swap;
|
|
111
114
|
}
|
|
112
115
|
|
|
113
116
|
@font-face {
|
|
@@ -120,7 +123,7 @@
|
|
|
120
123
|
url(./roboto/Roboto-Regular.svg#Roboto-Regular) format("svg");
|
|
121
124
|
font-weight: normal;
|
|
122
125
|
font-style: normal;
|
|
123
|
-
font-display:
|
|
126
|
+
font-display: swap;
|
|
124
127
|
}
|
|
125
128
|
|
|
126
129
|
@font-face {
|
|
@@ -133,5 +136,5 @@
|
|
|
133
136
|
url(./roboto/Roboto-Medium.svg#Roboto-Medium) format("svg");
|
|
134
137
|
font-weight: 500;
|
|
135
138
|
font-style: normal;
|
|
136
|
-
font-display:
|
|
139
|
+
font-display: swap;
|
|
137
140
|
}
|
package/package.json
CHANGED
|
index be0f908..0e91407 100644
|
|
|
Binary file
|