ros.grant.common 2.0.1113 → 2.0.1114
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/Styles/Base/Fonts.less +82 -0
- 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
|
|
@@ -1110,6 +1110,88 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
/** Inter END**/
|
|
1112
1112
|
|
|
1113
|
+
/** Lato BEGIN**/
|
|
1114
|
+
@font-face {
|
|
1115
|
+
font-family: 'Lato';
|
|
1116
|
+
src: url('@{commonFontsRoot}/Lato-Black.ttf');
|
|
1117
|
+
src: url('@{commonFontsRoot}/Lato-Black.ttf') format('truetype');
|
|
1118
|
+
font-weight: normal;
|
|
1119
|
+
font-style: normal;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
@font-face {
|
|
1123
|
+
font-family: 'Lato';
|
|
1124
|
+
src: url('@{commonFontsRoot}/Lato-BlackItalic.ttf');
|
|
1125
|
+
src: url('@{commonFontsRoot}/Lato-BlackItalic.ttf') format('truetype');
|
|
1126
|
+
font-weight: normal;
|
|
1127
|
+
font-style: normal;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
@font-face {
|
|
1131
|
+
font-family: 'Lato';
|
|
1132
|
+
src: url('@{commonFontsRoot}/Lato-Bold.ttf');
|
|
1133
|
+
src: url('@{commonFontsRoot}/Lato-Bold.ttf') format('truetype');
|
|
1134
|
+
font-weight: normal;
|
|
1135
|
+
font-style: normal;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
@font-face {
|
|
1139
|
+
font-family: 'Lato';
|
|
1140
|
+
src: url('@{commonFontsRoot}/Lato-BoldItalic.ttf');
|
|
1141
|
+
src: url('@{commonFontsRoot}/Lato-BoldItalic.ttf') format('truetype');
|
|
1142
|
+
font-weight: normal;
|
|
1143
|
+
font-style: normal;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
@font-face {
|
|
1147
|
+
font-family: 'Lato';
|
|
1148
|
+
src: url('@{commonFontsRoot}/Lato-Italic.ttf');
|
|
1149
|
+
src: url('@{commonFontsRoot}/Lato-Italic.ttf') format('truetype');
|
|
1150
|
+
font-weight: normal;
|
|
1151
|
+
font-style: normal;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
@font-face {
|
|
1155
|
+
font-family: 'Lato';
|
|
1156
|
+
src: url('@{commonFontsRoot}/Lato-Light.ttf');
|
|
1157
|
+
src: url('@{commonFontsRoot}/Lato-Light.ttf') format('truetype');
|
|
1158
|
+
font-weight: normal;
|
|
1159
|
+
font-style: normal;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
@font-face {
|
|
1163
|
+
font-family: 'Lato';
|
|
1164
|
+
src: url('@{commonFontsRoot}/Lato-LightItalic.ttf');
|
|
1165
|
+
src: url('@{commonFontsRoot}/Lato-LightItalic.ttf') format('truetype');
|
|
1166
|
+
font-weight: normal;
|
|
1167
|
+
font-style: normal;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
@font-face {
|
|
1171
|
+
font-family: 'Lato';
|
|
1172
|
+
src: url('@{commonFontsRoot}/Lato-Regular.ttf');
|
|
1173
|
+
src: url('@{commonFontsRoot}/Lato-Regular.ttf') format('truetype');
|
|
1174
|
+
font-weight: normal;
|
|
1175
|
+
font-style: normal;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
@font-face {
|
|
1179
|
+
font-family: 'Lato';
|
|
1180
|
+
src: url('@{commonFontsRoot}/Lato-Thin.ttf');
|
|
1181
|
+
src: url('@{commonFontsRoot}/Lato-Thin.ttf') format('truetype');
|
|
1182
|
+
font-weight: normal;
|
|
1183
|
+
font-style: normal;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
@font-face {
|
|
1187
|
+
font-family: 'Lato';
|
|
1188
|
+
src: url('@{commonFontsRoot}/Lato-ThinItalic.ttf');
|
|
1189
|
+
src: url('@{commonFontsRoot}/Lato-ThinItalic.ttf') format('truetype');
|
|
1190
|
+
font-weight: normal;
|
|
1191
|
+
font-style: normal;
|
|
1192
|
+
}
|
|
1193
|
+
/** Lato END**/
|
|
1194
|
+
|
|
1113
1195
|
// fonts
|
|
1114
1196
|
.k-icon {
|
|
1115
1197
|
font-family: WebComponentsIcons !important;
|
package/package.json
CHANGED