ros.grant.common 2.0.1112 → 2.0.1115
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/Shared/Fonts/Lato-Black.ttf +0 -0
- package/Shared/Fonts/Lato-BlackItalic.ttf +0 -0
- package/Shared/Fonts/Lato-Bold.ttf +0 -0
- package/Shared/Fonts/Lato-BoldItalic.ttf +0 -0
- package/Shared/Fonts/Lato-Italic.ttf +0 -0
- package/Shared/Fonts/Lato-Light.ttf +0 -0
- package/Shared/Fonts/Lato-LightItalic.ttf +0 -0
- package/Shared/Fonts/Lato-Regular.ttf +0 -0
- package/Shared/Fonts/Lato-Thin.ttf +0 -0
- package/Shared/Fonts/Lato-ThinItalic.ttf +0 -0
- package/Shared/Fonts/Oranienbaum-Regular.ttf +0 -0
- package/Shared/Styles/Base/Fonts.less +114 -0
- package/Shared/Styles/Layout/Header/HeaderMinfin.less +0 -2
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1012,6 +1012,7 @@
|
|
|
1012
1012
|
url('@{commonFontsRoot}/FuturaBold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
|
|
1013
1013
|
url('@{commonFontsRoot}/FuturaBold.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
1014
1014
|
url('@{commonFontsRoot}/FuturaBold.svg#futura-bold') format('svg'); /* Chrome < 4, Legacy iOS */
|
|
1015
|
+
font-display: swap;
|
|
1015
1016
|
}
|
|
1016
1017
|
|
|
1017
1018
|
/** FuturaBook **/
|
|
@@ -1023,6 +1024,7 @@
|
|
|
1023
1024
|
url('@{commonFontsRoot}/FuturaBookC.ttf') format('truetype');
|
|
1024
1025
|
font-weight: normal;
|
|
1025
1026
|
font-style: normal;
|
|
1027
|
+
font-display: swap;
|
|
1026
1028
|
}
|
|
1027
1029
|
|
|
1028
1030
|
/** FuturaMedium **/
|
|
@@ -1034,6 +1036,17 @@
|
|
|
1034
1036
|
url('@{commonFontsRoot}/FuturaMediumC.ttf') format('truetype');
|
|
1035
1037
|
font-weight: normal;
|
|
1036
1038
|
font-style: normal;
|
|
1039
|
+
font-display: swap;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/** Oranienbaum **/
|
|
1043
|
+
@font-face {
|
|
1044
|
+
font-family: 'Oranienbaum';
|
|
1045
|
+
src: url('@{commonFontsRoot}/FuturaMediumC.eot');
|
|
1046
|
+
src: url('@{commonFontsRoot}/Oranienbaum-Regular.ttf') format('truetype');
|
|
1047
|
+
font-weight: normal;
|
|
1048
|
+
font-style: normal;
|
|
1049
|
+
font-display: swap;
|
|
1037
1050
|
}
|
|
1038
1051
|
|
|
1039
1052
|
/** Inter BEGIN**/
|
|
@@ -1043,6 +1056,7 @@
|
|
|
1043
1056
|
src: url('@{commonFontsRoot}/Inter-Black.ttf') format('truetype');
|
|
1044
1057
|
font-weight: normal;
|
|
1045
1058
|
font-style: normal;
|
|
1059
|
+
font-display: swap;
|
|
1046
1060
|
}
|
|
1047
1061
|
|
|
1048
1062
|
@font-face {
|
|
@@ -1051,6 +1065,7 @@
|
|
|
1051
1065
|
src: url('@{commonFontsRoot}/Inter-Bold.ttf') format('truetype');
|
|
1052
1066
|
font-weight: normal;
|
|
1053
1067
|
font-style: normal;
|
|
1068
|
+
font-display: swap;
|
|
1054
1069
|
}
|
|
1055
1070
|
|
|
1056
1071
|
@font-face {
|
|
@@ -1059,6 +1074,7 @@
|
|
|
1059
1074
|
src: url('@{commonFontsRoot}/Inter-ExtraBold.ttf') format('truetype');
|
|
1060
1075
|
font-weight: normal;
|
|
1061
1076
|
font-style: normal;
|
|
1077
|
+
font-display: swap;
|
|
1062
1078
|
}
|
|
1063
1079
|
|
|
1064
1080
|
@font-face {
|
|
@@ -1067,6 +1083,7 @@
|
|
|
1067
1083
|
src: url('@{commonFontsRoot}/Inter-ExtraLight.ttf') format('truetype');
|
|
1068
1084
|
font-weight: normal;
|
|
1069
1085
|
font-style: normal;
|
|
1086
|
+
font-display: swap;
|
|
1070
1087
|
}
|
|
1071
1088
|
|
|
1072
1089
|
@font-face {
|
|
@@ -1075,6 +1092,7 @@
|
|
|
1075
1092
|
src: url('@{commonFontsRoot}/Inter-Light.ttf') format('truetype');
|
|
1076
1093
|
font-weight: normal;
|
|
1077
1094
|
font-style: normal;
|
|
1095
|
+
font-display: swap;
|
|
1078
1096
|
}
|
|
1079
1097
|
|
|
1080
1098
|
@font-face {
|
|
@@ -1083,6 +1101,7 @@
|
|
|
1083
1101
|
src: url('@{commonFontsRoot}/Inter-Medium.ttf') format('truetype');
|
|
1084
1102
|
font-weight: normal;
|
|
1085
1103
|
font-style: normal;
|
|
1104
|
+
font-display: swap;
|
|
1086
1105
|
}
|
|
1087
1106
|
|
|
1088
1107
|
@font-face {
|
|
@@ -1091,6 +1110,7 @@
|
|
|
1091
1110
|
src: url('@{commonFontsRoot}/Inter-Regular.ttf') format('truetype');
|
|
1092
1111
|
font-weight: normal;
|
|
1093
1112
|
font-style: normal;
|
|
1113
|
+
font-display: swap;
|
|
1094
1114
|
}
|
|
1095
1115
|
|
|
1096
1116
|
@font-face {
|
|
@@ -1099,6 +1119,7 @@
|
|
|
1099
1119
|
src: url('@{commonFontsRoot}/Inter-SemiBold.ttf') format('truetype');
|
|
1100
1120
|
font-weight: normal;
|
|
1101
1121
|
font-style: normal;
|
|
1122
|
+
font-display: swap;
|
|
1102
1123
|
}
|
|
1103
1124
|
|
|
1104
1125
|
@font-face {
|
|
@@ -1107,9 +1128,102 @@
|
|
|
1107
1128
|
src: url('@{commonFontsRoot}/Inter-Thin.ttf') format('truetype');
|
|
1108
1129
|
font-weight: normal;
|
|
1109
1130
|
font-style: normal;
|
|
1131
|
+
font-display: swap;
|
|
1110
1132
|
}
|
|
1111
1133
|
/** Inter END**/
|
|
1112
1134
|
|
|
1135
|
+
/** Lato BEGIN**/
|
|
1136
|
+
@font-face {
|
|
1137
|
+
font-family: 'Lato';
|
|
1138
|
+
src: url('@{commonFontsRoot}/Lato-Black.ttf');
|
|
1139
|
+
src: url('@{commonFontsRoot}/Lato-Black.ttf') format('truetype');
|
|
1140
|
+
font-weight: normal;
|
|
1141
|
+
font-style: normal;
|
|
1142
|
+
font-display: swap;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
@font-face {
|
|
1146
|
+
font-family: 'Lato';
|
|
1147
|
+
src: url('@{commonFontsRoot}/Lato-BlackItalic.ttf');
|
|
1148
|
+
src: url('@{commonFontsRoot}/Lato-BlackItalic.ttf') format('truetype');
|
|
1149
|
+
font-weight: normal;
|
|
1150
|
+
font-style: normal;
|
|
1151
|
+
font-display: swap;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
@font-face {
|
|
1155
|
+
font-family: 'Lato';
|
|
1156
|
+
src: url('@{commonFontsRoot}/Lato-Bold.ttf');
|
|
1157
|
+
src: url('@{commonFontsRoot}/Lato-Bold.ttf') format('truetype');
|
|
1158
|
+
font-weight: normal;
|
|
1159
|
+
font-style: normal;
|
|
1160
|
+
font-display: swap;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
@font-face {
|
|
1164
|
+
font-family: 'Lato';
|
|
1165
|
+
src: url('@{commonFontsRoot}/Lato-BoldItalic.ttf');
|
|
1166
|
+
src: url('@{commonFontsRoot}/Lato-BoldItalic.ttf') format('truetype');
|
|
1167
|
+
font-weight: normal;
|
|
1168
|
+
font-style: normal;
|
|
1169
|
+
font-display: swap;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
@font-face {
|
|
1173
|
+
font-family: 'Lato';
|
|
1174
|
+
src: url('@{commonFontsRoot}/Lato-Italic.ttf');
|
|
1175
|
+
src: url('@{commonFontsRoot}/Lato-Italic.ttf') format('truetype');
|
|
1176
|
+
font-weight: normal;
|
|
1177
|
+
font-style: normal;
|
|
1178
|
+
font-display: swap;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
@font-face {
|
|
1182
|
+
font-family: 'Lato';
|
|
1183
|
+
src: url('@{commonFontsRoot}/Lato-Light.ttf');
|
|
1184
|
+
src: url('@{commonFontsRoot}/Lato-Light.ttf') format('truetype');
|
|
1185
|
+
font-weight: normal;
|
|
1186
|
+
font-style: normal;
|
|
1187
|
+
font-display: swap;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
@font-face {
|
|
1191
|
+
font-family: 'Lato';
|
|
1192
|
+
src: url('@{commonFontsRoot}/Lato-LightItalic.ttf');
|
|
1193
|
+
src: url('@{commonFontsRoot}/Lato-LightItalic.ttf') format('truetype');
|
|
1194
|
+
font-weight: normal;
|
|
1195
|
+
font-style: normal;
|
|
1196
|
+
font-display: swap;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
@font-face {
|
|
1200
|
+
font-family: 'Lato';
|
|
1201
|
+
src: url('@{commonFontsRoot}/Lato-Regular.ttf');
|
|
1202
|
+
src: url('@{commonFontsRoot}/Lato-Regular.ttf') format('truetype');
|
|
1203
|
+
font-weight: normal;
|
|
1204
|
+
font-style: normal;
|
|
1205
|
+
font-display: swap;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
@font-face {
|
|
1209
|
+
font-family: 'Lato';
|
|
1210
|
+
src: url('@{commonFontsRoot}/Lato-Thin.ttf');
|
|
1211
|
+
src: url('@{commonFontsRoot}/Lato-Thin.ttf') format('truetype');
|
|
1212
|
+
font-weight: normal;
|
|
1213
|
+
font-style: normal;
|
|
1214
|
+
font-display: swap;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
@font-face {
|
|
1218
|
+
font-family: 'Lato';
|
|
1219
|
+
src: url('@{commonFontsRoot}/Lato-ThinItalic.ttf');
|
|
1220
|
+
src: url('@{commonFontsRoot}/Lato-ThinItalic.ttf') format('truetype');
|
|
1221
|
+
font-weight: normal;
|
|
1222
|
+
font-style: normal;
|
|
1223
|
+
font-display: swap;
|
|
1224
|
+
}
|
|
1225
|
+
/** Lato END**/
|
|
1226
|
+
|
|
1113
1227
|
// fonts
|
|
1114
1228
|
.k-icon {
|
|
1115
1229
|
font-family: WebComponentsIcons !important;
|
package/package.json
CHANGED