@react95/core 6.1.6 → 6.2.0
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/cjs/GlobalStyle/GlobalStyle.js +3 -5
- package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
- package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
- package/cjs/Input/Input.js +2 -1
- package/cjs/List/ListItem.js +2 -1
- package/cjs/TextArea/TextArea.js +2 -1
- package/cjs/TitleBar/TitleBar.js +3 -2
- package/esm/GlobalStyle/GlobalStyle.js +3 -5
- package/esm/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
- package/esm/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
- package/esm/Input/Input.js +2 -1
- package/esm/List/ListItem.js +2 -1
- package/esm/TextArea/TextArea.js +2 -1
- package/esm/TitleBar/TitleBar.js +3 -2
- package/package.json +2 -2
- package/cjs/GlobalStyle/font/MS-Sans-Serif.eot +0 -0
- package/cjs/GlobalStyle/font/MS-Sans-Serif.svg +0 -230
- package/cjs/GlobalStyle/font/MS-Sans-Serif.ttf +0 -0
- package/cjs/GlobalStyle/font/MS-Sans-Serif.woff +0 -0
- package/cjs/GlobalStyle/font/MS-Sans-Serif.woff2 +0 -0
- package/esm/GlobalStyle/font/MS-Sans-Serif.eot +0 -0
- package/esm/GlobalStyle/font/MS-Sans-Serif.svg +0 -230
- package/esm/GlobalStyle/font/MS-Sans-Serif.ttf +0 -0
- package/esm/GlobalStyle/font/MS-Sans-Serif.woff +0 -0
- package/esm/GlobalStyle/font/MS-Sans-Serif.woff2 +0 -0
|
@@ -5,10 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _styledComponents = require("@xstyled/styled-components");
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var _MSSansSerif3 = _interopRequireDefault(require("./font/MS-Sans-Serif.woff"));
|
|
11
|
-
var _MSSansSerif4 = _interopRequireDefault(require("./font/MS-Sans-Serif.woff2"));
|
|
8
|
+
var _MSSansSerif8pt = _interopRequireDefault(require("./font/MS-Sans-Serif-8pt.ttf"));
|
|
9
|
+
var _MSSansSerif8ptBold = _interopRequireDefault(require("./font/MS-Sans-Serif-8pt-bold.ttf"));
|
|
12
10
|
var _React95VideoNumbers = _interopRequireDefault(require("./font/React95Video-Numbers.eot"));
|
|
13
11
|
var _React95VideoNumbers2 = _interopRequireDefault(require("./font/React95Video-Numbers.ttf"));
|
|
14
12
|
var _React95VideoNumbers3 = _interopRequireDefault(require("./font/React95Video-Numbers.woff"));
|
|
@@ -16,6 +14,6 @@ var _React95VideoNumbers4 = _interopRequireDefault(require("./font/React95Video-
|
|
|
16
14
|
var _Cursor = _interopRequireDefault(require("../Cursor/Cursor"));
|
|
17
15
|
var _Scrollbar = require("./Scrollbar");
|
|
18
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
var GlobalStyle = (0, _styledComponents.createGlobalStyle)(["\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "')
|
|
17
|
+
var GlobalStyle = (0, _styledComponents.createGlobalStyle)(["\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "') format('truetype');\n\n font-weight: normal;\n font-style: normal;\n }\n\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "') format('truetype');\n\n font-weight: bold;\n font-style: normal;\n }\n\n @font-face {\n font-family: 'React95Video-Numbers';\n src: url('", "');\n src: url('", "') format('woff2'),\n url('", "') format('woff'),\n url('", "') format('truetype'),\n url('", "?#iefix') format('embedded-opentype');\n font-weight: normal;\n font-style: normal;\n }\n\n body {\n background-color: #5aa;\n margin: 0;\n padding: 0;\n font-size: 12px;\n color: materialText;\n }\n\n a {\n color: anchor;\n }\n\n a:visited {\n color: anchorVisited;\n }\n\n * {\n font-family: 'MS Sans Serif';\n box-sizing: border-box;\n }\n\n // scrollbar\n ", "\n\n .default { ", " }\n .none { ", " }\n .help { ", " }\n .pointer, :any-link { ", " }\n .progress { ", " }\n .wait { ", " }\n .crosshair { ", " }\n .text { ", " }\n .vertical-text { ", " }\n .alias { ", " }\n .copy { ", " }\n .move { ", " }\n .no-drop { ", " }\n .not-allowed { ", " }\n .grab { ", " }\n .grabbing { ", " }\n .col-resize { ", " }\n .row-resize { ", " }\n .n-resize { ", " }\n .e-resize { ", " }\n .s-resize { ", " }\n .w-resize { ", " }\n .ns-resize { ", " }\n .ew-resize { ", " }\n .ne-resize { ", " }\n .nw-resize { ", " }\n .se-resize { ", " }\n .sw-resize { ", " }\n .nesw-resize { ", " }\n .nwse-resize { ", " }\n .zoom-in { ", " }\n .zoom-out { ", " }\n"], _MSSansSerif8pt["default"], _MSSansSerif8ptBold["default"], _React95VideoNumbers["default"], _React95VideoNumbers4["default"], _React95VideoNumbers3["default"], _React95VideoNumbers2["default"], _React95VideoNumbers["default"], _Scrollbar.scrollbars, _Cursor["default"].Auto, _Cursor["default"].None, _Cursor["default"].Help, _Cursor["default"].Pointer, _Cursor["default"].Progress, _Cursor["default"].Wait, _Cursor["default"].Crosshair, _Cursor["default"].Text, _Cursor["default"].VerticalText, _Cursor["default"].Alias, _Cursor["default"].Copy, _Cursor["default"].Move, _Cursor["default"].NoDrop, _Cursor["default"].NotAllowed, _Cursor["default"].Grab, _Cursor["default"].Grabbing, _Cursor["default"].ColResize, _Cursor["default"].RowResize, _Cursor["default"].NResize, _Cursor["default"].EResize, _Cursor["default"].SResize, _Cursor["default"].WResize, _Cursor["default"].NsResize, _Cursor["default"].EwResize, _Cursor["default"].NeResize, _Cursor["default"].NwResize, _Cursor["default"].SeResize, _Cursor["default"].SwResize, _Cursor["default"].NeswResize, _Cursor["default"].NwseResize, _Cursor["default"].ZoomIn, _Cursor["default"].ZoomOut);
|
|
20
18
|
var _default = GlobalStyle;
|
|
21
19
|
exports["default"] = _default;
|
|
Binary file
|
|
Binary file
|
package/cjs/Input/Input.js
CHANGED
|
@@ -6,10 +6,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _styledComponents = _interopRequireDefault(require("@xstyled/styled-components"));
|
|
8
8
|
var _styledSystem = require("styled-system");
|
|
9
|
+
var _Cursor = _interopRequireDefault(require("../Cursor"));
|
|
9
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
10
11
|
var Input = _styledComponents["default"].input.withConfig({
|
|
11
12
|
displayName: "Input",
|
|
12
13
|
componentId: "sc-1thk6g5-0"
|
|
13
|
-
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", "\n ", "\n ", "\n"], _styledSystem.padding, _styledSystem.borders, _styledSystem.shadow);
|
|
14
|
+
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", ";\n\n ", "\n ", "\n ", "\n"], _Cursor["default"].Text, _styledSystem.padding, _styledSystem.borders, _styledSystem.shadow);
|
|
14
15
|
var _default = Input;
|
|
15
16
|
exports["default"] = _default;
|
package/cjs/List/ListItem.js
CHANGED
|
@@ -37,7 +37,8 @@ var ListItem = /*#__PURE__*/(0, _react.forwardRef)(function (_ref3, ref) {
|
|
|
37
37
|
return /*#__PURE__*/_react["default"].isValidElement(child);
|
|
38
38
|
}).some(function (child) {
|
|
39
39
|
return child;
|
|
40
|
-
}))
|
|
40
|
+
})),
|
|
41
|
+
className: "default"
|
|
41
42
|
}), icon, children);
|
|
42
43
|
});
|
|
43
44
|
ListItem.displayName = 'List.Item';
|
package/cjs/TextArea/TextArea.js
CHANGED
|
@@ -8,6 +8,7 @@ exports["default"] = void 0;
|
|
|
8
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _styledComponents = _interopRequireDefault(require("@xstyled/styled-components"));
|
|
10
10
|
var _styledSystem = require("styled-system");
|
|
11
|
+
var _Cursor = _interopRequireDefault(require("../Cursor"));
|
|
11
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -15,7 +16,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
15
16
|
var TextAreaComponent = _styledComponents["default"].textarea.withConfig({
|
|
16
17
|
displayName: "TextArea__TextAreaComponent",
|
|
17
18
|
componentId: "sc-nssclc-0"
|
|
18
|
-
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", "\n ", "\n ", "\n"], _styledSystem.padding, _styledSystem.borders, _styledSystem.shadow);
|
|
19
|
+
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", ";\n\n ", "\n ", "\n ", "\n"], _Cursor["default"].Text, _styledSystem.padding, _styledSystem.borders, _styledSystem.shadow);
|
|
19
20
|
var TextArea = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
20
21
|
return /*#__PURE__*/_react["default"].createElement(TextAreaComponent, _extends({}, props, {
|
|
21
22
|
as: "textarea",
|
package/cjs/TitleBar/TitleBar.js
CHANGED
|
@@ -34,7 +34,7 @@ var TitleBarBackground = (0, _styledComponents["default"])(_Frame["default"]).wi
|
|
|
34
34
|
var Title = _styledComponents["default"].div.withConfig({
|
|
35
35
|
displayName: "TitleBar__Title",
|
|
36
36
|
componentId: "sc-5cvtvn-3"
|
|
37
|
-
})(["\n flex-grow: 1;\n font-
|
|
37
|
+
})(["\n flex-grow: 1;\n line-height: 1.4em;\n margin: 0;\n font-size: 1em;\n text-shadow: 0.5px 0px white, 1.5px 0px white;\n color: transparent;\n letter-spacing: 1px;\n font-size: 1em;\n"]);
|
|
38
38
|
var TitleBarRenderer = function TitleBarRenderer(_ref2, ref) {
|
|
39
39
|
var children = _ref2.children,
|
|
40
40
|
_ref2$title = _ref2.title,
|
|
@@ -46,7 +46,8 @@ var TitleBarRenderer = function TitleBarRenderer(_ref2, ref) {
|
|
|
46
46
|
return /*#__PURE__*/_react["default"].createElement(TitleBarBackground, {
|
|
47
47
|
active: active,
|
|
48
48
|
color: active ? 'headerText' : 'headerNotActiveText',
|
|
49
|
-
ref: ref
|
|
49
|
+
ref: ref,
|
|
50
|
+
className: "default"
|
|
50
51
|
}, icon && icon, /*#__PURE__*/_react["default"].createElement(Title, {
|
|
51
52
|
className: className
|
|
52
53
|
}, title), children);
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { createGlobalStyle } from '@xstyled/styled-components';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import woff from './font/MS-Sans-Serif.woff';
|
|
5
|
-
import woff2 from './font/MS-Sans-Serif.woff2';
|
|
2
|
+
import ttf from './font/MS-Sans-Serif-8pt.ttf';
|
|
3
|
+
import ttfBold from './font/MS-Sans-Serif-8pt-bold.ttf';
|
|
6
4
|
import videoeot from './font/React95Video-Numbers.eot';
|
|
7
5
|
import videottf from './font/React95Video-Numbers.ttf';
|
|
8
6
|
import videowoff from './font/React95Video-Numbers.woff';
|
|
9
7
|
import videowoff2 from './font/React95Video-Numbers.woff2';
|
|
10
8
|
import Cursor from '../Cursor/Cursor';
|
|
11
9
|
import { scrollbars } from './Scrollbar';
|
|
12
|
-
var GlobalStyle = createGlobalStyle(["\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "')
|
|
10
|
+
var GlobalStyle = createGlobalStyle(["\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "') format('truetype');\n\n font-weight: normal;\n font-style: normal;\n }\n\n @font-face {\n font-family: 'MS Sans Serif';\n src: url('", "') format('truetype');\n\n font-weight: bold;\n font-style: normal;\n }\n\n @font-face {\n font-family: 'React95Video-Numbers';\n src: url('", "');\n src: url('", "') format('woff2'),\n url('", "') format('woff'),\n url('", "') format('truetype'),\n url('", "?#iefix') format('embedded-opentype');\n font-weight: normal;\n font-style: normal;\n }\n\n body {\n background-color: #5aa;\n margin: 0;\n padding: 0;\n font-size: 12px;\n color: materialText;\n }\n\n a {\n color: anchor;\n }\n\n a:visited {\n color: anchorVisited;\n }\n\n * {\n font-family: 'MS Sans Serif';\n box-sizing: border-box;\n }\n\n // scrollbar\n ", "\n\n .default { ", " }\n .none { ", " }\n .help { ", " }\n .pointer, :any-link { ", " }\n .progress { ", " }\n .wait { ", " }\n .crosshair { ", " }\n .text { ", " }\n .vertical-text { ", " }\n .alias { ", " }\n .copy { ", " }\n .move { ", " }\n .no-drop { ", " }\n .not-allowed { ", " }\n .grab { ", " }\n .grabbing { ", " }\n .col-resize { ", " }\n .row-resize { ", " }\n .n-resize { ", " }\n .e-resize { ", " }\n .s-resize { ", " }\n .w-resize { ", " }\n .ns-resize { ", " }\n .ew-resize { ", " }\n .ne-resize { ", " }\n .nw-resize { ", " }\n .se-resize { ", " }\n .sw-resize { ", " }\n .nesw-resize { ", " }\n .nwse-resize { ", " }\n .zoom-in { ", " }\n .zoom-out { ", " }\n"], ttf, ttfBold, videoeot, videowoff2, videowoff, videottf, videoeot, scrollbars, Cursor.Auto, Cursor.None, Cursor.Help, Cursor.Pointer, Cursor.Progress, Cursor.Wait, Cursor.Crosshair, Cursor.Text, Cursor.VerticalText, Cursor.Alias, Cursor.Copy, Cursor.Move, Cursor.NoDrop, Cursor.NotAllowed, Cursor.Grab, Cursor.Grabbing, Cursor.ColResize, Cursor.RowResize, Cursor.NResize, Cursor.EResize, Cursor.SResize, Cursor.WResize, Cursor.NsResize, Cursor.EwResize, Cursor.NeResize, Cursor.NwResize, Cursor.SeResize, Cursor.SwResize, Cursor.NeswResize, Cursor.NwseResize, Cursor.ZoomIn, Cursor.ZoomOut);
|
|
13
11
|
export default GlobalStyle;
|
|
Binary file
|
|
Binary file
|
package/esm/Input/Input.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import styled from '@xstyled/styled-components';
|
|
2
2
|
import { padding, borders, shadow } from 'styled-system';
|
|
3
|
+
import Cursor from '../Cursor';
|
|
3
4
|
var Input = styled.input.withConfig({
|
|
4
5
|
displayName: "Input",
|
|
5
6
|
componentId: "sc-1thk6g5-0"
|
|
6
|
-
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", "\n ", "\n ", "\n"], padding, borders, shadow);
|
|
7
|
+
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", ";\n\n ", "\n ", "\n ", "\n"], Cursor.Text, padding, borders, shadow);
|
|
7
8
|
export default Input;
|
package/esm/List/ListItem.js
CHANGED
|
@@ -27,7 +27,8 @@ var ListItem = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
27
27
|
return /*#__PURE__*/React.isValidElement(child);
|
|
28
28
|
}).some(function (child) {
|
|
29
29
|
return child;
|
|
30
|
-
}))
|
|
30
|
+
})),
|
|
31
|
+
className: "default"
|
|
31
32
|
}), icon, children);
|
|
32
33
|
});
|
|
33
34
|
ListItem.displayName = 'List.Item';
|
package/esm/TextArea/TextArea.js
CHANGED
|
@@ -2,10 +2,11 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import styled from '@xstyled/styled-components';
|
|
4
4
|
import { padding, borders, shadow } from 'styled-system';
|
|
5
|
+
import Cursor from '../Cursor';
|
|
5
6
|
var TextAreaComponent = styled.textarea.withConfig({
|
|
6
7
|
displayName: "TextArea__TextAreaComponent",
|
|
7
8
|
componentId: "sc-nssclc-0"
|
|
8
|
-
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", "\n ", "\n ", "\n"], padding, borders, shadow);
|
|
9
|
+
})(["\n outline: none;\n border: none;\n cursor: text;\n\n padding: 3 3 5 3;\n\n color: materialText;\n background-color: inputBackground;\n\n border-radius: 0;\n\n border-top-width: 1;\n border-top-style: 1;\n border-top-color: borderDark;\n\n border-right-width: 0;\n border-bottom-width: 0;\n\n border-left-width: 1;\n border-left-style: 1;\n border-left-color: borderDark;\n\n box-shadow: input;\n\n -webkit-appearance: none;\n\n ", ";\n\n ", "\n ", "\n ", "\n"], Cursor.Text, padding, borders, shadow);
|
|
9
10
|
var TextArea = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
10
11
|
return /*#__PURE__*/React.createElement(TextAreaComponent, _extends({}, props, {
|
|
11
12
|
as: "textarea",
|
package/esm/TitleBar/TitleBar.js
CHANGED
|
@@ -24,7 +24,7 @@ var TitleBarBackground = styled(Frame).withConfig({
|
|
|
24
24
|
var Title = styled.div.withConfig({
|
|
25
25
|
displayName: "TitleBar__Title",
|
|
26
26
|
componentId: "sc-5cvtvn-3"
|
|
27
|
-
})(["\n flex-grow: 1;\n font-
|
|
27
|
+
})(["\n flex-grow: 1;\n line-height: 1.4em;\n margin: 0;\n font-size: 1em;\n text-shadow: 0.5px 0px white, 1.5px 0px white;\n color: transparent;\n letter-spacing: 1px;\n font-size: 1em;\n"]);
|
|
28
28
|
var TitleBarRenderer = function TitleBarRenderer(_ref2, ref) {
|
|
29
29
|
var children = _ref2.children,
|
|
30
30
|
_ref2$title = _ref2.title,
|
|
@@ -36,7 +36,8 @@ var TitleBarRenderer = function TitleBarRenderer(_ref2, ref) {
|
|
|
36
36
|
return /*#__PURE__*/React.createElement(TitleBarBackground, {
|
|
37
37
|
active: active,
|
|
38
38
|
color: active ? 'headerText' : 'headerNotActiveText',
|
|
39
|
-
ref: ref
|
|
39
|
+
ref: ref,
|
|
40
|
+
className: "default"
|
|
40
41
|
}, icon && icon, /*#__PURE__*/React.createElement(Title, {
|
|
41
42
|
className: className
|
|
42
43
|
}, title), children);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react95/core",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Windows 95 styleguide",
|
|
5
5
|
"main": "./cjs",
|
|
6
6
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"sideEffects": [
|
|
34
34
|
"**/*.{woff2,woff,ttf,eot}"
|
|
35
35
|
],
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "1363e80835d90a6da641fa9dd82b7236e144a27b",
|
|
37
37
|
"module": "./esm",
|
|
38
38
|
"private": false,
|
|
39
39
|
"types": "@types"
|
|
Binary file
|
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
|
4
|
-
<metadata>
|
|
5
|
-
Created by FontForge 20170731 at Wed Mar 22 21:43:47 2017
|
|
6
|
-
By Aleksey,,,
|
|
7
|
-
Copyright lou 2017
|
|
8
|
-
</metadata>
|
|
9
|
-
<defs>
|
|
10
|
-
<font id="MS-Sans-Serif" horiz-adv-x="2234" >
|
|
11
|
-
<font-face
|
|
12
|
-
font-family="MS Sans Serif"
|
|
13
|
-
font-weight="400"
|
|
14
|
-
font-stretch="normal"
|
|
15
|
-
units-per-em="4096"
|
|
16
|
-
panose-1="0 0 4 0 0 0 0 0 0 0"
|
|
17
|
-
ascent="3276"
|
|
18
|
-
descent="-820"
|
|
19
|
-
x-height="2234"
|
|
20
|
-
cap-height="3351"
|
|
21
|
-
bbox="-372 -744 4096 3723"
|
|
22
|
-
underline-thickness="204"
|
|
23
|
-
underline-position="103"
|
|
24
|
-
unicode-range="U+0020-201D"
|
|
25
|
-
/>
|
|
26
|
-
<missing-glyph horiz-adv-x="1117"
|
|
27
|
-
d="M1675 475v533h-533v-533h533zM2208 1099v532h-1066v-532h1066zM1675 1719v532h-533v-532h533zM2208 2342v529h-533q-221 0 -375 -154q-158 -157 -158 -375h1066zM0 0v3351h3351v-3351h-3351z" />
|
|
28
|
-
<glyph glyph-name=".notdef" horiz-adv-x="1117"
|
|
29
|
-
d="M1675 475v533h-533v-533h533zM2208 1099v532h-1066v-532h1066zM1675 1719v532h-533v-532h533zM2208 2342v529h-533q-221 0 -375 -154q-158 -157 -158 -375h1066zM0 0v3351h3351v-3351h-3351z" />
|
|
30
|
-
<glyph glyph-name="glyph1" horiz-adv-x="0"
|
|
31
|
-
/>
|
|
32
|
-
<glyph glyph-name="glyph2" horiz-adv-x="744"
|
|
33
|
-
/>
|
|
34
|
-
<glyph glyph-name="space" unicode=" " horiz-adv-x="744"
|
|
35
|
-
/>
|
|
36
|
-
<glyph glyph-name="exclam" unicode="!" horiz-adv-x="744"
|
|
37
|
-
d="M0 0v372h372v-372h-372zM0 744v2607h372v-2607h-372z" />
|
|
38
|
-
<glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="1861"
|
|
39
|
-
d="M0 2234v1117h372v-1117h-372zM1117 2234v1117h372v-1117h-372z" />
|
|
40
|
-
<glyph glyph-name="numbersign" unicode="#" horiz-adv-x="2606"
|
|
41
|
-
d="M1489 1117v1117h-745v-1117h745zM372 0v744h-372v373h372v1117h-372v372h372v745h372v-745h745v745h372v-745h373v-372h-373v-1117h373v-373h-373v-744h-372v744h-745v-744h-372z" />
|
|
42
|
-
<glyph glyph-name="dollar" unicode="$"
|
|
43
|
-
d="M0 372v372h372v-372h-372zM1489 372v745h372v-745h-372zM0 1861v745h372v-745h-372zM1489 2234v372h372v-372h-372zM744 -372v372h-372v372h372v1117h-372v372h372v745h-372v372h372v373h373v-373h372v-372h-372v-1117h372v-372h-372v-745h372v-372h-372v-372h-373z" />
|
|
44
|
-
<glyph glyph-name="percent" unicode="%" horiz-adv-x="2978"
|
|
45
|
-
d="M1489 0v372h745v-372h-745zM0 372v372h372v-372h-372zM1117 372v372h372v-372h-372zM2234 372v372h372v-372h-372zM372 744v373h372v-373h-372zM1489 744v373h745v-373h-745zM744 1117v372h373v-372h-373zM1117 1489v372h372v-372h-372zM1489 1861v373h372v-373h-372z
|
|
46
|
-
M372 2234v372h745v-372h-745zM1861 2234v372h373v-372h-373zM0 2606v372h372v-372h-372zM1117 2606v372h372v-372h-372zM2234 2606v372h372v-372h-372zM372 2978v373h745v-373h-745z" />
|
|
47
|
-
<glyph glyph-name="ampersand" unicode="&"
|
|
48
|
-
d="M372 0v372h745v-372h-745zM1489 0v372h372v-372h-372zM1117 372v745h372v-745h-372zM0 372v1117h372v-1117h-372zM744 1117v372h373v-372h-373zM1489 1117v372h372v-372h-372zM372 1489v745h372v-745h-372zM0 2234v744h372v-744h-372zM744 2234v744h373v-744h-373z
|
|
49
|
-
M372 2978v373h372v-373h-372z" />
|
|
50
|
-
<glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="744"
|
|
51
|
-
d="M0 2234v1117h372v-1117h-372z" />
|
|
52
|
-
<glyph glyph-name="parenleft" unicode="(" horiz-adv-x="1117"
|
|
53
|
-
d="M372 -744v372h372v-372h-372zM0 -372v3350h372v-3350h-372zM372 2978v373h372v-373h-372z" />
|
|
54
|
-
<glyph glyph-name="parenright" unicode=")" horiz-adv-x="1117"
|
|
55
|
-
d="M0 -744v372h372v-372h-372zM372 -372v3350h372v-3350h-372zM0 2978v373h372v-373h-372z" />
|
|
56
|
-
<glyph glyph-name="asterisk" unicode="*" horiz-adv-x="1489"
|
|
57
|
-
d="M0 1861v373h372v-373h-372zM744 1861v373h373v-373h-373zM372 2234v372h372v-372h-372zM0 2606v372h372v-372h-372zM744 2606v372h373v-372h-373z" />
|
|
58
|
-
<glyph glyph-name="plus" unicode="+"
|
|
59
|
-
d="M744 372v745h-744v372h744v745h373v-745h744v-372h-744v-745h-373z" />
|
|
60
|
-
<glyph glyph-name="comma" unicode="," horiz-adv-x="1117"
|
|
61
|
-
d="M0 -372v372h372v-372h-372zM372 0v372h372v-372h-372z" />
|
|
62
|
-
<glyph glyph-name="hyphen" unicode="-" horiz-adv-x="1117"
|
|
63
|
-
d="M0 1117v372h744v-372h-744z" />
|
|
64
|
-
<glyph glyph-name="period" unicode="." horiz-adv-x="744"
|
|
65
|
-
d="M0 0v372h372v-372h-372z" />
|
|
66
|
-
<glyph glyph-name="slash" unicode="/" horiz-adv-x="1861"
|
|
67
|
-
d="M0 0v744h372v-744h-372zM372 744v745h372v-745h-372zM744 1489v745h373v-745h-373zM1117 2234v1117h372v-1117h-372z" />
|
|
68
|
-
<glyph glyph-name="zero" unicode="0"
|
|
69
|
-
d="M372 0v372h1117v-372h-1117zM0 372v2606h372v-2606h-372zM1489 372v2606h372v-2606h-372zM372 2978v373h1117v-373h-1117z" />
|
|
70
|
-
<glyph glyph-name="one" unicode="1" horiz-adv-x="1489"
|
|
71
|
-
d="M744 0v2606h-744v372h744v373h373v-3351h-373z" />
|
|
72
|
-
<glyph glyph-name="two" unicode="2"
|
|
73
|
-
d="M0 0v744h372v-372h1489v-372h-1861zM372 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM1117 1489v372h372v-372h-372zM0 2606v372h372v-372h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
74
|
-
<glyph glyph-name="three" unicode="3"
|
|
75
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM1489 372v1117h372v-1117h-372zM744 1489v372h745v-372h-745zM0 2606v372h372v-372h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
76
|
-
<glyph glyph-name="four" unicode="4"
|
|
77
|
-
d="M372 1489v745h372v-745h-372zM1117 0v744h-1117v745h372v-372h745v1117h-373v744h373v373h372v-2234h372v-373h-372v-744h-372z" />
|
|
78
|
-
<glyph glyph-name="five" unicode="5"
|
|
79
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM1489 372v1489h372v-1489h-372zM0 1489v1862h1861v-373h-1489v-744h1117v-373h-1117v-372h-372z" />
|
|
80
|
-
<glyph glyph-name="six" unicode="6"
|
|
81
|
-
d="M372 0v372h1117v-372h-1117zM1489 372v1117h372v-1117h-372zM0 372v2606h372v-1117h1117v-372h-1117v-1117h-372zM1489 2606v372h372v-372h-372zM372 2978v373h1117v-373h-1117z" />
|
|
82
|
-
<glyph glyph-name="seven" unicode="7"
|
|
83
|
-
d="M372 0v1117h372v-1117h-372zM744 1117v744h373v-744h-373zM1117 1861v745h372v-745h-372zM1489 2606v372h-1489v373h1861v-745h-372z" />
|
|
84
|
-
<glyph glyph-name="eight" unicode="8"
|
|
85
|
-
d="M372 0v372h1117v-372h-1117zM0 372v1117h372v-1117h-372zM1489 372v1117h372v-1117h-372zM372 1489v372h1117v-372h-1117zM0 1861v1117h372v-1117h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
86
|
-
<glyph glyph-name="nine" unicode="9"
|
|
87
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM0 1861v1117h372v-1117h-372zM1489 372v1117h-1117v372h1117v1117h372v-2606h-372zM372 2978v373h1117v-373h-1117z" />
|
|
88
|
-
<glyph glyph-name="colon" unicode=":" horiz-adv-x="744"
|
|
89
|
-
d="M0 0v372h372v-372h-372zM0 1861v373h372v-373h-372z" />
|
|
90
|
-
<glyph glyph-name="semicolon" unicode=";" horiz-adv-x="1117"
|
|
91
|
-
d="M0 -372v372h372v-372h-372zM372 0v372h372v-372h-372zM372 1861v373h372v-373h-372z" />
|
|
92
|
-
<glyph glyph-name="equal" unicode="="
|
|
93
|
-
d="M0 744v373h1861v-373h-1861zM0 1489v372h1861v-372h-1861z" />
|
|
94
|
-
<glyph glyph-name="question" unicode="?"
|
|
95
|
-
d="M744 0v372h373v-372h-373zM744 744v745h373v-745h-373zM1117 1489v372h372v-372h-372zM0 2606v372h372v-372h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
96
|
-
<glyph glyph-name="at" unicode="@" horiz-adv-x="4095"
|
|
97
|
-
d="M1117 -372v372h1861v-372h-1861zM372 0v744h372v-372h373v-372h-745zM1489 744v373h745v-373h-745zM1117 1117v744h372v-744h-372zM0 744v1490h372v-1490h-372zM2234 1117v744h-745v373h1117v-1117h-372zM2606 744v373h745v1117h372v-1490h-1117zM372 2234v744h745v-372
|
|
98
|
-
h-373v-372h-372zM2978 2234v372h-372v372h745v-744h-373zM1117 2978v373h1489v-373h-1489z" />
|
|
99
|
-
<glyph glyph-name="A" unicode="A" horiz-adv-x="2978"
|
|
100
|
-
d="M0 0v744h372v-744h-372zM2234 0v744h372v-744h-372zM372 744v1117h372v-744h1117v744h373v-1117h-1862zM744 1861v745h373v-745h-373zM1489 1861v745h372v-745h-372zM1117 2606v745h372v-745h-372z" />
|
|
101
|
-
<glyph glyph-name="B" unicode="B"
|
|
102
|
-
d="M1489 372v1117h372v-1117h-372zM1489 1861v1117h372v-1117h-372zM0 0v3351h1489v-373h-1117v-1117h1117v-372h-1117v-1117h1117v-372h-1489z" />
|
|
103
|
-
<glyph glyph-name="C" unicode="C" horiz-adv-x="2606"
|
|
104
|
-
d="M372 0v372h1489v-372h-1489zM1861 372v372h373v-372h-373zM0 372v2606h372v-2606h-372zM1861 2606v372h373v-372h-373zM372 2978v373h1489v-373h-1489z" />
|
|
105
|
-
<glyph glyph-name="D" unicode="D" horiz-adv-x="2606"
|
|
106
|
-
d="M1489 372v372h372v-372h-372zM1861 744v1862h373v-1862h-373zM1489 2606v372h372v-372h-372zM0 0v3351h1489v-373h-1117v-2606h1117v-372h-1489z" />
|
|
107
|
-
<glyph glyph-name="E" unicode="E"
|
|
108
|
-
d="M0 0v3351h1861v-373h-1489v-1117h1117v-372h-1117v-1117h1489v-372h-1861z" />
|
|
109
|
-
<glyph glyph-name="F" unicode="F"
|
|
110
|
-
d="M0 0v3351h1861v-373h-1489v-1117h1117v-372h-1117v-1489h-372z" />
|
|
111
|
-
<glyph glyph-name="G" unicode="G" horiz-adv-x="2606"
|
|
112
|
-
d="M372 0v372h1117v-372h-1117zM1861 0v372h-372v372h372v745h-744v372h1117v-1861h-373zM0 372v2606h372v-2606h-372zM1861 2606v372h373v-372h-373zM372 2978v373h1489v-373h-1489z" />
|
|
113
|
-
<glyph glyph-name="H" unicode="H" horiz-adv-x="2606"
|
|
114
|
-
d="M0 0v3351h372v-1490h1489v1490h373v-3351h-373v1489h-1489v-1489h-372z" />
|
|
115
|
-
<glyph glyph-name="I" unicode="I" horiz-adv-x="744"
|
|
116
|
-
d="M0 0v3351h372v-3351h-372z" />
|
|
117
|
-
<glyph glyph-name="J" unicode="J" horiz-adv-x="1861"
|
|
118
|
-
d="M372 0v372h745v-372h-745zM0 372v745h372v-745h-372zM1117 372v2979h372v-2979h-372z" />
|
|
119
|
-
<glyph glyph-name="K" unicode="K" horiz-adv-x="2606"
|
|
120
|
-
d="M1861 0v372h373v-372h-373zM1489 372v372h372v-372h-372zM1117 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM744 2234v372h373v-372h-373zM1117 2606v372h372v-372h-372zM0 0v3351h372v-1117h372v-745h-372v-1489h-372zM1489 2978v373h372v-373h-372z" />
|
|
121
|
-
<glyph glyph-name="L" unicode="L"
|
|
122
|
-
d="M0 0v3351h372v-2979h1489v-372h-1861z" />
|
|
123
|
-
<glyph glyph-name="M" unicode="M" horiz-adv-x="2978"
|
|
124
|
-
d="M1117 372v745h372v-745h-372zM744 1117v744h373v-744h-373zM1489 1117v744h372v-744h-372zM0 0v3351h372v-745h372v-745h-372v-1861h-372zM2234 0v1861h-373v745h373v745h372v-3351h-372z" />
|
|
125
|
-
<glyph glyph-name="N" unicode="N" horiz-adv-x="2606"
|
|
126
|
-
d="M1117 1117v372h372v-372h-372zM744 1489v745h373v-745h-373zM0 0v3351h372v-373h372v-744h-372v-2234h-372zM1861 0v372h-372v745h372v2234h373v-3351h-373z" />
|
|
127
|
-
<glyph glyph-name="O" unicode="O" horiz-adv-x="2606"
|
|
128
|
-
d="M372 0v372h1489v-372h-1489zM0 372v2606h372v-2606h-372zM1861 372v2606h373v-2606h-373zM372 2978v373h1489v-373h-1489z" />
|
|
129
|
-
<glyph glyph-name="P" unicode="P" horiz-adv-x="2606"
|
|
130
|
-
d="M1861 1861v1117h373v-1117h-373zM0 0v3351h1861v-373h-1489v-1117h1489v-372h-1489v-1489h-372z" />
|
|
131
|
-
<glyph glyph-name="Q" unicode="Q" horiz-adv-x="2606"
|
|
132
|
-
d="M1861 -372v372h373v-372h-373zM1117 744v373h372v-373h-372zM0 372v2606h372v-2606h-372zM372 0v372h1117v372h372v2234h373v-2606h-373v-372h-1489zM372 2978v373h1489v-373h-1489z" />
|
|
133
|
-
<glyph glyph-name="R" unicode="R" horiz-adv-x="2606"
|
|
134
|
-
d="M1861 0v1489h373v-1489h-373zM1861 1861v1117h373v-1117h-373zM0 0v3351h1861v-373h-1489v-1117h1489v-372h-1489v-1489h-372z" />
|
|
135
|
-
<glyph glyph-name="S" unicode="S"
|
|
136
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM1489 372v1117h372v-1117h-372zM372 1489v372h1117v-372h-1117zM0 1861v1117h372v-1117h-372zM1489 2606v372h372v-372h-372zM372 2978v373h1117v-373h-1117z" />
|
|
137
|
-
<glyph glyph-name="T" unicode="T"
|
|
138
|
-
d="M744 0v2978h-744v373h1861v-373h-744v-2978h-373z" />
|
|
139
|
-
<glyph glyph-name="U" unicode="U" horiz-adv-x="2606"
|
|
140
|
-
d="M372 0v372h1489v-372h-1489zM0 372v2979h372v-2979h-372zM1861 372v2979h373v-2979h-373z" />
|
|
141
|
-
<glyph glyph-name="V" unicode="V" horiz-adv-x="2978"
|
|
142
|
-
d="M1117 0v744h372v-744h-372zM744 744v745h373v-745h-373zM1489 744v745h372v-745h-372zM372 1489v1117h372v-1117h-372zM1861 1489v1117h373v-1117h-373zM0 2606v745h372v-745h-372zM2234 2606v745h372v-745h-372z" />
|
|
143
|
-
<glyph glyph-name="W" unicode="W" horiz-adv-x="4468"
|
|
144
|
-
d="M1117 0v744h372v-744h-372zM2606 0v744h372v-744h-372zM744 744v745h373v-745h-373zM1489 744v745h372v-745h-372zM2234 744v745h372v-745h-372zM2978 744v745h373v-745h-373zM372 1489v1117h372v-1117h-372zM1861 1489v1117h373v-1117h-373zM3351 1489v1117h372v-1117
|
|
145
|
-
h-372zM0 2606v745h372v-745h-372zM3723 2606v745h373v-745h-373z" />
|
|
146
|
-
<glyph glyph-name="X" unicode="X" horiz-adv-x="2978"
|
|
147
|
-
d="M0 0v744h372v-744h-372zM2234 0v744h372v-744h-372zM372 744v373h372v-373h-372zM1861 744v373h373v-373h-373zM744 1117v372h373v-372h-373zM1489 1117v372h372v-372h-372zM1117 1489v372h372v-372h-372zM744 1861v373h373v-373h-373zM1489 1861v373h372v-373h-372z
|
|
148
|
-
M372 2234v372h372v-372h-372zM1861 2234v372h373v-372h-373zM0 2606v745h372v-745h-372zM2234 2606v745h372v-745h-372z" />
|
|
149
|
-
<glyph glyph-name="Y" unicode="Y" horiz-adv-x="2978"
|
|
150
|
-
d="M1117 0v1861h372v-1861h-372zM744 1861v373h373v-373h-373zM1489 1861v373h372v-373h-372zM372 2234v372h372v-372h-372zM1861 2234v372h373v-372h-373zM0 2606v745h372v-745h-372zM2234 2606v745h372v-745h-372z" />
|
|
151
|
-
<glyph glyph-name="Z" unicode="Z" horiz-adv-x="2978"
|
|
152
|
-
d="M0 0v744h372v-372h2234v-372h-2606zM372 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM1117 1489v372h372v-372h-372zM1489 1861v373h372v-373h-372zM1861 2234v372h373v-372h-373zM2234 2606v372h-2234v373h2606v-745h-372z" />
|
|
153
|
-
<glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="1117"
|
|
154
|
-
d="M0 -744v4095h744v-373h-372v-3350h372v-372h-744z" />
|
|
155
|
-
<glyph glyph-name="backslash" unicode="\" horiz-adv-x="1861"
|
|
156
|
-
d="M1117 0v744h372v-744h-372zM744 744v745h373v-745h-373zM372 1489v745h372v-745h-372zM0 2234v1117h372v-1117h-372z" />
|
|
157
|
-
<glyph glyph-name="bracketright" unicode="]" horiz-adv-x="1117"
|
|
158
|
-
d="M0 -744v372h372v3350h-372v373h744v-4095h-744z" />
|
|
159
|
-
<glyph glyph-name="asciicircum" unicode="^"
|
|
160
|
-
d="M0 2606v372h372v-372h-372zM1489 2606v372h372v-372h-372zM372 2978v373h372v-373h-372zM1117 2978v373h372v-373h-372zM744 3351v372h373v-372h-373z" />
|
|
161
|
-
<glyph glyph-name="underscore" unicode="_" horiz-adv-x="2606"
|
|
162
|
-
d="M0 -372v372h2234v-372h-2234z" />
|
|
163
|
-
<glyph glyph-name="a" unicode="a"
|
|
164
|
-
d="M0 372v745h372v-745h-372zM372 0v372h1117v745h-1117v372h1117v372h372v-1861h-1489zM372 1861v373h1117v-373h-1117z" />
|
|
165
|
-
<glyph glyph-name="b" unicode="b"
|
|
166
|
-
d="M1489 372v1489h372v-1489h-372zM0 0v3351h372v-1117h1117v-373h-1117v-1489h1117v-372h-1489z" />
|
|
167
|
-
<glyph glyph-name="c" unicode="c"
|
|
168
|
-
d="M372 0v372h1117v-372h-1117zM1489 372v372h372v-372h-372zM0 372v1489h372v-1489h-372zM1489 1489v372h372v-372h-372zM372 1861v373h1117v-373h-1117z" />
|
|
169
|
-
<glyph glyph-name="d" unicode="d"
|
|
170
|
-
d="M0 372v1489h372v-1489h-372zM372 0v372h1117v1489h-1117v373h1117v1117h372v-3351h-1489z" />
|
|
171
|
-
<glyph glyph-name="e" unicode="e"
|
|
172
|
-
d="M372 0v372h1117v-372h-1117zM1489 372v372h372v-372h-372zM0 372v1489h372v-372h1117v372h372v-744h-1489v-745h-372zM372 1861v373h1117v-373h-1117z" />
|
|
173
|
-
<glyph glyph-name="f" unicode="f" horiz-adv-x="1117"
|
|
174
|
-
d="M0 0v2978h372v-744h372v-373h-372v-1861h-372zM372 2978v373h372v-373h-372z" />
|
|
175
|
-
<glyph glyph-name="g" unicode="g"
|
|
176
|
-
d="M0 -744v372h1489v-372h-1489zM0 372v1489h372v-1489h-372zM1489 -372v372h-1117v372h1117v1489h-1117v373h1489v-2606h-372z" />
|
|
177
|
-
<glyph glyph-name="h" unicode="h"
|
|
178
|
-
d="M1489 0v1861h372v-1861h-372zM744 1861v373h745v-373h-745zM0 0v3351h372v-1490h372v-372h-372v-1489h-372z" />
|
|
179
|
-
<glyph glyph-name="i" unicode="i" horiz-adv-x="744"
|
|
180
|
-
d="M0 0v2234h372v-2234h-372zM0 2978v373h372v-373h-372z" />
|
|
181
|
-
<glyph glyph-name="j" unicode="j" horiz-adv-x="744"
|
|
182
|
-
d="M0 -744v2978h372v-2978h-372zM0 2978v373h372v-373h-372z" />
|
|
183
|
-
<glyph glyph-name="k" unicode="k"
|
|
184
|
-
d="M1489 0v372h372v-372h-372zM1117 372v372h372v-372h-372zM744 744v373h373v-373h-373zM744 1489v372h373v-372h-373zM1117 1861v373h372v-373h-372zM0 0v3351h372v-1862h372v-372h-372v-1117h-372z" />
|
|
185
|
-
<glyph glyph-name="l" unicode="l" horiz-adv-x="744"
|
|
186
|
-
d="M0 0v3351h372v-3351h-372z" />
|
|
187
|
-
<glyph glyph-name="m" unicode="m" horiz-adv-x="2978"
|
|
188
|
-
d="M1117 0v1861h372v-1861h-372zM2234 0v1861h372v-1861h-372zM0 0v2234h1117v-373h-745v-1861h-372zM1489 1861v373h745v-373h-745z" />
|
|
189
|
-
<glyph glyph-name="n" unicode="n"
|
|
190
|
-
d="M1489 0v1861h372v-1861h-372zM0 0v2234h372v-373h372v-372h-372v-1489h-372zM744 1861v373h745v-373h-745z" />
|
|
191
|
-
<glyph glyph-name="o" unicode="o"
|
|
192
|
-
d="M372 0v372h1117v-372h-1117zM0 372v1489h372v-1489h-372zM1489 372v1489h372v-1489h-372zM372 1861v373h1117v-373h-1117z" />
|
|
193
|
-
<glyph glyph-name="p" unicode="p"
|
|
194
|
-
d="M1489 372v1489h372v-1489h-372zM0 -744v2978h1489v-373h-1117v-1489h1117v-372h-1117v-744h-372z" />
|
|
195
|
-
<glyph glyph-name="q" unicode="q"
|
|
196
|
-
d="M0 372v1489h372v-1489h-372zM1489 -744v744h-1117v372h1117v1489h-1117v373h1489v-2978h-372z" />
|
|
197
|
-
<glyph glyph-name="r" unicode="r" horiz-adv-x="1117"
|
|
198
|
-
d="M0 0v2234h744v-373h-372v-1861h-372z" />
|
|
199
|
-
<glyph glyph-name="s" unicode="s" horiz-adv-x="1861"
|
|
200
|
-
d="M372 0v372h745v-372h-745zM0 372v372h372v-372h-372zM1117 372v372h372v-372h-372zM744 744v373h373v-373h-373zM372 1117v372h372v-372h-372zM0 1489v372h372v-372h-372zM1117 1489v372h372v-372h-372zM372 1861v373h745v-373h-745z" />
|
|
201
|
-
<glyph glyph-name="t" unicode="t" horiz-adv-x="1117"
|
|
202
|
-
d="M372 0v372h372v-372h-372zM0 372v2606h372v-744h372v-373h-372v-1489h-372z" />
|
|
203
|
-
<glyph glyph-name="u" unicode="u"
|
|
204
|
-
d="M372 0v372h745v-372h-745zM0 372v1862h372v-1862h-372zM1489 0v372h-372v372h372v1490h372v-2234h-372z" />
|
|
205
|
-
<glyph glyph-name="v" unicode="v"
|
|
206
|
-
d="M744 0v744h373v-744h-373zM372 744v745h372v-745h-372zM1117 744v745h372v-745h-372zM0 1489v745h372v-745h-372zM1489 1489v745h372v-745h-372z" />
|
|
207
|
-
<glyph glyph-name="w" unicode="w" horiz-adv-x="2978"
|
|
208
|
-
d="M372 0v744h372v-744h-372zM1861 0v744h373v-744h-373zM744 744v745h373v-745h-373zM1489 744v745h372v-745h-372zM0 744v1490h372v-1490h-372zM1117 1489v745h372v-745h-372zM2234 744v1490h372v-1490h-372z" />
|
|
209
|
-
<glyph glyph-name="x" unicode="x" horiz-adv-x="1861"
|
|
210
|
-
d="M0 0v744h372v-744h-372zM1117 0v744h372v-744h-372zM372 744v745h745v-745h-745zM0 1489v745h372v-745h-372zM1117 1489v745h372v-745h-372z" />
|
|
211
|
-
<glyph glyph-name="y" unicode="y" horiz-adv-x="1861"
|
|
212
|
-
d="M-372 -744v372h744v-372h-744zM372 -372v1116h745v-372h-373v-744h-372zM0 744v1490h372v-1490h-372zM1117 744v1490h372v-1490h-372z" />
|
|
213
|
-
<glyph glyph-name="z" unicode="z" horiz-adv-x="1861"
|
|
214
|
-
d="M0 0v744h372v-372h1117v-372h-1489zM372 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM1117 1489v372h-1117v373h1489v-745h-372z" />
|
|
215
|
-
<glyph glyph-name="braceleft" unicode="{" horiz-adv-x="1489"
|
|
216
|
-
d="M744 -372v372h373v-372h-373zM372 0v1489h372v-1489h-372zM0 1489v372h372v-372h-372zM372 1861v1490h372v-1490h-372zM744 3351v372h373v-372h-373z" />
|
|
217
|
-
<glyph glyph-name="braceright" unicode="}" horiz-adv-x="1489"
|
|
218
|
-
d="M0 -372v372h372v-372h-372zM372 0v1489h372v-1489h-372zM744 1489v372h373v-372h-373zM372 1861v1490h372v-1490h-372zM0 3351v372h372v-372h-372z" />
|
|
219
|
-
<glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="2606"
|
|
220
|
-
d="M0 2234v372h372v-372h-372zM1117 2234v372h744v-372h-744zM372 2606v372h745v-372h-745zM1861 2606v372h373v-372h-373z" />
|
|
221
|
-
<glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="744"
|
|
222
|
-
d="M0 2234v1117h372v-1117h-372z" />
|
|
223
|
-
<glyph glyph-name="quoteright" unicode="’" horiz-adv-x="744"
|
|
224
|
-
d="M0 2234v1117h372v-1117h-372z" />
|
|
225
|
-
<glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="1861"
|
|
226
|
-
d="M0 2234v1117h372v-1117h-372zM1117 2234v1117h372v-1117h-372z" />
|
|
227
|
-
<glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="1861"
|
|
228
|
-
d="M0 2234v1117h372v-1117h-372zM1117 2234v1117h372v-1117h-372z" />
|
|
229
|
-
</font>
|
|
230
|
-
</defs></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
|
4
|
-
<metadata>
|
|
5
|
-
Created by FontForge 20170731 at Wed Mar 22 21:43:47 2017
|
|
6
|
-
By Aleksey,,,
|
|
7
|
-
Copyright lou 2017
|
|
8
|
-
</metadata>
|
|
9
|
-
<defs>
|
|
10
|
-
<font id="MS-Sans-Serif" horiz-adv-x="2234" >
|
|
11
|
-
<font-face
|
|
12
|
-
font-family="MS Sans Serif"
|
|
13
|
-
font-weight="400"
|
|
14
|
-
font-stretch="normal"
|
|
15
|
-
units-per-em="4096"
|
|
16
|
-
panose-1="0 0 4 0 0 0 0 0 0 0"
|
|
17
|
-
ascent="3276"
|
|
18
|
-
descent="-820"
|
|
19
|
-
x-height="2234"
|
|
20
|
-
cap-height="3351"
|
|
21
|
-
bbox="-372 -744 4096 3723"
|
|
22
|
-
underline-thickness="204"
|
|
23
|
-
underline-position="103"
|
|
24
|
-
unicode-range="U+0020-201D"
|
|
25
|
-
/>
|
|
26
|
-
<missing-glyph horiz-adv-x="1117"
|
|
27
|
-
d="M1675 475v533h-533v-533h533zM2208 1099v532h-1066v-532h1066zM1675 1719v532h-533v-532h533zM2208 2342v529h-533q-221 0 -375 -154q-158 -157 -158 -375h1066zM0 0v3351h3351v-3351h-3351z" />
|
|
28
|
-
<glyph glyph-name=".notdef" horiz-adv-x="1117"
|
|
29
|
-
d="M1675 475v533h-533v-533h533zM2208 1099v532h-1066v-532h1066zM1675 1719v532h-533v-532h533zM2208 2342v529h-533q-221 0 -375 -154q-158 -157 -158 -375h1066zM0 0v3351h3351v-3351h-3351z" />
|
|
30
|
-
<glyph glyph-name="glyph1" horiz-adv-x="0"
|
|
31
|
-
/>
|
|
32
|
-
<glyph glyph-name="glyph2" horiz-adv-x="744"
|
|
33
|
-
/>
|
|
34
|
-
<glyph glyph-name="space" unicode=" " horiz-adv-x="744"
|
|
35
|
-
/>
|
|
36
|
-
<glyph glyph-name="exclam" unicode="!" horiz-adv-x="744"
|
|
37
|
-
d="M0 0v372h372v-372h-372zM0 744v2607h372v-2607h-372z" />
|
|
38
|
-
<glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="1861"
|
|
39
|
-
d="M0 2234v1117h372v-1117h-372zM1117 2234v1117h372v-1117h-372z" />
|
|
40
|
-
<glyph glyph-name="numbersign" unicode="#" horiz-adv-x="2606"
|
|
41
|
-
d="M1489 1117v1117h-745v-1117h745zM372 0v744h-372v373h372v1117h-372v372h372v745h372v-745h745v745h372v-745h373v-372h-373v-1117h373v-373h-373v-744h-372v744h-745v-744h-372z" />
|
|
42
|
-
<glyph glyph-name="dollar" unicode="$"
|
|
43
|
-
d="M0 372v372h372v-372h-372zM1489 372v745h372v-745h-372zM0 1861v745h372v-745h-372zM1489 2234v372h372v-372h-372zM744 -372v372h-372v372h372v1117h-372v372h372v745h-372v372h372v373h373v-373h372v-372h-372v-1117h372v-372h-372v-745h372v-372h-372v-372h-373z" />
|
|
44
|
-
<glyph glyph-name="percent" unicode="%" horiz-adv-x="2978"
|
|
45
|
-
d="M1489 0v372h745v-372h-745zM0 372v372h372v-372h-372zM1117 372v372h372v-372h-372zM2234 372v372h372v-372h-372zM372 744v373h372v-373h-372zM1489 744v373h745v-373h-745zM744 1117v372h373v-372h-373zM1117 1489v372h372v-372h-372zM1489 1861v373h372v-373h-372z
|
|
46
|
-
M372 2234v372h745v-372h-745zM1861 2234v372h373v-372h-373zM0 2606v372h372v-372h-372zM1117 2606v372h372v-372h-372zM2234 2606v372h372v-372h-372zM372 2978v373h745v-373h-745z" />
|
|
47
|
-
<glyph glyph-name="ampersand" unicode="&"
|
|
48
|
-
d="M372 0v372h745v-372h-745zM1489 0v372h372v-372h-372zM1117 372v745h372v-745h-372zM0 372v1117h372v-1117h-372zM744 1117v372h373v-372h-373zM1489 1117v372h372v-372h-372zM372 1489v745h372v-745h-372zM0 2234v744h372v-744h-372zM744 2234v744h373v-744h-373z
|
|
49
|
-
M372 2978v373h372v-373h-372z" />
|
|
50
|
-
<glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="744"
|
|
51
|
-
d="M0 2234v1117h372v-1117h-372z" />
|
|
52
|
-
<glyph glyph-name="parenleft" unicode="(" horiz-adv-x="1117"
|
|
53
|
-
d="M372 -744v372h372v-372h-372zM0 -372v3350h372v-3350h-372zM372 2978v373h372v-373h-372z" />
|
|
54
|
-
<glyph glyph-name="parenright" unicode=")" horiz-adv-x="1117"
|
|
55
|
-
d="M0 -744v372h372v-372h-372zM372 -372v3350h372v-3350h-372zM0 2978v373h372v-373h-372z" />
|
|
56
|
-
<glyph glyph-name="asterisk" unicode="*" horiz-adv-x="1489"
|
|
57
|
-
d="M0 1861v373h372v-373h-372zM744 1861v373h373v-373h-373zM372 2234v372h372v-372h-372zM0 2606v372h372v-372h-372zM744 2606v372h373v-372h-373z" />
|
|
58
|
-
<glyph glyph-name="plus" unicode="+"
|
|
59
|
-
d="M744 372v745h-744v372h744v745h373v-745h744v-372h-744v-745h-373z" />
|
|
60
|
-
<glyph glyph-name="comma" unicode="," horiz-adv-x="1117"
|
|
61
|
-
d="M0 -372v372h372v-372h-372zM372 0v372h372v-372h-372z" />
|
|
62
|
-
<glyph glyph-name="hyphen" unicode="-" horiz-adv-x="1117"
|
|
63
|
-
d="M0 1117v372h744v-372h-744z" />
|
|
64
|
-
<glyph glyph-name="period" unicode="." horiz-adv-x="744"
|
|
65
|
-
d="M0 0v372h372v-372h-372z" />
|
|
66
|
-
<glyph glyph-name="slash" unicode="/" horiz-adv-x="1861"
|
|
67
|
-
d="M0 0v744h372v-744h-372zM372 744v745h372v-745h-372zM744 1489v745h373v-745h-373zM1117 2234v1117h372v-1117h-372z" />
|
|
68
|
-
<glyph glyph-name="zero" unicode="0"
|
|
69
|
-
d="M372 0v372h1117v-372h-1117zM0 372v2606h372v-2606h-372zM1489 372v2606h372v-2606h-372zM372 2978v373h1117v-373h-1117z" />
|
|
70
|
-
<glyph glyph-name="one" unicode="1" horiz-adv-x="1489"
|
|
71
|
-
d="M744 0v2606h-744v372h744v373h373v-3351h-373z" />
|
|
72
|
-
<glyph glyph-name="two" unicode="2"
|
|
73
|
-
d="M0 0v744h372v-372h1489v-372h-1861zM372 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM1117 1489v372h372v-372h-372zM0 2606v372h372v-372h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
74
|
-
<glyph glyph-name="three" unicode="3"
|
|
75
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM1489 372v1117h372v-1117h-372zM744 1489v372h745v-372h-745zM0 2606v372h372v-372h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
76
|
-
<glyph glyph-name="four" unicode="4"
|
|
77
|
-
d="M372 1489v745h372v-745h-372zM1117 0v744h-1117v745h372v-372h745v1117h-373v744h373v373h372v-2234h372v-373h-372v-744h-372z" />
|
|
78
|
-
<glyph glyph-name="five" unicode="5"
|
|
79
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM1489 372v1489h372v-1489h-372zM0 1489v1862h1861v-373h-1489v-744h1117v-373h-1117v-372h-372z" />
|
|
80
|
-
<glyph glyph-name="six" unicode="6"
|
|
81
|
-
d="M372 0v372h1117v-372h-1117zM1489 372v1117h372v-1117h-372zM0 372v2606h372v-1117h1117v-372h-1117v-1117h-372zM1489 2606v372h372v-372h-372zM372 2978v373h1117v-373h-1117z" />
|
|
82
|
-
<glyph glyph-name="seven" unicode="7"
|
|
83
|
-
d="M372 0v1117h372v-1117h-372zM744 1117v744h373v-744h-373zM1117 1861v745h372v-745h-372zM1489 2606v372h-1489v373h1861v-745h-372z" />
|
|
84
|
-
<glyph glyph-name="eight" unicode="8"
|
|
85
|
-
d="M372 0v372h1117v-372h-1117zM0 372v1117h372v-1117h-372zM1489 372v1117h372v-1117h-372zM372 1489v372h1117v-372h-1117zM0 1861v1117h372v-1117h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
86
|
-
<glyph glyph-name="nine" unicode="9"
|
|
87
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM0 1861v1117h372v-1117h-372zM1489 372v1117h-1117v372h1117v1117h372v-2606h-372zM372 2978v373h1117v-373h-1117z" />
|
|
88
|
-
<glyph glyph-name="colon" unicode=":" horiz-adv-x="744"
|
|
89
|
-
d="M0 0v372h372v-372h-372zM0 1861v373h372v-373h-372z" />
|
|
90
|
-
<glyph glyph-name="semicolon" unicode=";" horiz-adv-x="1117"
|
|
91
|
-
d="M0 -372v372h372v-372h-372zM372 0v372h372v-372h-372zM372 1861v373h372v-373h-372z" />
|
|
92
|
-
<glyph glyph-name="equal" unicode="="
|
|
93
|
-
d="M0 744v373h1861v-373h-1861zM0 1489v372h1861v-372h-1861z" />
|
|
94
|
-
<glyph glyph-name="question" unicode="?"
|
|
95
|
-
d="M744 0v372h373v-372h-373zM744 744v745h373v-745h-373zM1117 1489v372h372v-372h-372zM0 2606v372h372v-372h-372zM1489 1861v1117h372v-1117h-372zM372 2978v373h1117v-373h-1117z" />
|
|
96
|
-
<glyph glyph-name="at" unicode="@" horiz-adv-x="4095"
|
|
97
|
-
d="M1117 -372v372h1861v-372h-1861zM372 0v744h372v-372h373v-372h-745zM1489 744v373h745v-373h-745zM1117 1117v744h372v-744h-372zM0 744v1490h372v-1490h-372zM2234 1117v744h-745v373h1117v-1117h-372zM2606 744v373h745v1117h372v-1490h-1117zM372 2234v744h745v-372
|
|
98
|
-
h-373v-372h-372zM2978 2234v372h-372v372h745v-744h-373zM1117 2978v373h1489v-373h-1489z" />
|
|
99
|
-
<glyph glyph-name="A" unicode="A" horiz-adv-x="2978"
|
|
100
|
-
d="M0 0v744h372v-744h-372zM2234 0v744h372v-744h-372zM372 744v1117h372v-744h1117v744h373v-1117h-1862zM744 1861v745h373v-745h-373zM1489 1861v745h372v-745h-372zM1117 2606v745h372v-745h-372z" />
|
|
101
|
-
<glyph glyph-name="B" unicode="B"
|
|
102
|
-
d="M1489 372v1117h372v-1117h-372zM1489 1861v1117h372v-1117h-372zM0 0v3351h1489v-373h-1117v-1117h1117v-372h-1117v-1117h1117v-372h-1489z" />
|
|
103
|
-
<glyph glyph-name="C" unicode="C" horiz-adv-x="2606"
|
|
104
|
-
d="M372 0v372h1489v-372h-1489zM1861 372v372h373v-372h-373zM0 372v2606h372v-2606h-372zM1861 2606v372h373v-372h-373zM372 2978v373h1489v-373h-1489z" />
|
|
105
|
-
<glyph glyph-name="D" unicode="D" horiz-adv-x="2606"
|
|
106
|
-
d="M1489 372v372h372v-372h-372zM1861 744v1862h373v-1862h-373zM1489 2606v372h372v-372h-372zM0 0v3351h1489v-373h-1117v-2606h1117v-372h-1489z" />
|
|
107
|
-
<glyph glyph-name="E" unicode="E"
|
|
108
|
-
d="M0 0v3351h1861v-373h-1489v-1117h1117v-372h-1117v-1117h1489v-372h-1861z" />
|
|
109
|
-
<glyph glyph-name="F" unicode="F"
|
|
110
|
-
d="M0 0v3351h1861v-373h-1489v-1117h1117v-372h-1117v-1489h-372z" />
|
|
111
|
-
<glyph glyph-name="G" unicode="G" horiz-adv-x="2606"
|
|
112
|
-
d="M372 0v372h1117v-372h-1117zM1861 0v372h-372v372h372v745h-744v372h1117v-1861h-373zM0 372v2606h372v-2606h-372zM1861 2606v372h373v-372h-373zM372 2978v373h1489v-373h-1489z" />
|
|
113
|
-
<glyph glyph-name="H" unicode="H" horiz-adv-x="2606"
|
|
114
|
-
d="M0 0v3351h372v-1490h1489v1490h373v-3351h-373v1489h-1489v-1489h-372z" />
|
|
115
|
-
<glyph glyph-name="I" unicode="I" horiz-adv-x="744"
|
|
116
|
-
d="M0 0v3351h372v-3351h-372z" />
|
|
117
|
-
<glyph glyph-name="J" unicode="J" horiz-adv-x="1861"
|
|
118
|
-
d="M372 0v372h745v-372h-745zM0 372v745h372v-745h-372zM1117 372v2979h372v-2979h-372z" />
|
|
119
|
-
<glyph glyph-name="K" unicode="K" horiz-adv-x="2606"
|
|
120
|
-
d="M1861 0v372h373v-372h-373zM1489 372v372h372v-372h-372zM1117 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM744 2234v372h373v-372h-373zM1117 2606v372h372v-372h-372zM0 0v3351h372v-1117h372v-745h-372v-1489h-372zM1489 2978v373h372v-373h-372z" />
|
|
121
|
-
<glyph glyph-name="L" unicode="L"
|
|
122
|
-
d="M0 0v3351h372v-2979h1489v-372h-1861z" />
|
|
123
|
-
<glyph glyph-name="M" unicode="M" horiz-adv-x="2978"
|
|
124
|
-
d="M1117 372v745h372v-745h-372zM744 1117v744h373v-744h-373zM1489 1117v744h372v-744h-372zM0 0v3351h372v-745h372v-745h-372v-1861h-372zM2234 0v1861h-373v745h373v745h372v-3351h-372z" />
|
|
125
|
-
<glyph glyph-name="N" unicode="N" horiz-adv-x="2606"
|
|
126
|
-
d="M1117 1117v372h372v-372h-372zM744 1489v745h373v-745h-373zM0 0v3351h372v-373h372v-744h-372v-2234h-372zM1861 0v372h-372v745h372v2234h373v-3351h-373z" />
|
|
127
|
-
<glyph glyph-name="O" unicode="O" horiz-adv-x="2606"
|
|
128
|
-
d="M372 0v372h1489v-372h-1489zM0 372v2606h372v-2606h-372zM1861 372v2606h373v-2606h-373zM372 2978v373h1489v-373h-1489z" />
|
|
129
|
-
<glyph glyph-name="P" unicode="P" horiz-adv-x="2606"
|
|
130
|
-
d="M1861 1861v1117h373v-1117h-373zM0 0v3351h1861v-373h-1489v-1117h1489v-372h-1489v-1489h-372z" />
|
|
131
|
-
<glyph glyph-name="Q" unicode="Q" horiz-adv-x="2606"
|
|
132
|
-
d="M1861 -372v372h373v-372h-373zM1117 744v373h372v-373h-372zM0 372v2606h372v-2606h-372zM372 0v372h1117v372h372v2234h373v-2606h-373v-372h-1489zM372 2978v373h1489v-373h-1489z" />
|
|
133
|
-
<glyph glyph-name="R" unicode="R" horiz-adv-x="2606"
|
|
134
|
-
d="M1861 0v1489h373v-1489h-373zM1861 1861v1117h373v-1117h-373zM0 0v3351h1861v-373h-1489v-1117h1489v-372h-1489v-1489h-372z" />
|
|
135
|
-
<glyph glyph-name="S" unicode="S"
|
|
136
|
-
d="M372 0v372h1117v-372h-1117zM0 372v372h372v-372h-372zM1489 372v1117h372v-1117h-372zM372 1489v372h1117v-372h-1117zM0 1861v1117h372v-1117h-372zM1489 2606v372h372v-372h-372zM372 2978v373h1117v-373h-1117z" />
|
|
137
|
-
<glyph glyph-name="T" unicode="T"
|
|
138
|
-
d="M744 0v2978h-744v373h1861v-373h-744v-2978h-373z" />
|
|
139
|
-
<glyph glyph-name="U" unicode="U" horiz-adv-x="2606"
|
|
140
|
-
d="M372 0v372h1489v-372h-1489zM0 372v2979h372v-2979h-372zM1861 372v2979h373v-2979h-373z" />
|
|
141
|
-
<glyph glyph-name="V" unicode="V" horiz-adv-x="2978"
|
|
142
|
-
d="M1117 0v744h372v-744h-372zM744 744v745h373v-745h-373zM1489 744v745h372v-745h-372zM372 1489v1117h372v-1117h-372zM1861 1489v1117h373v-1117h-373zM0 2606v745h372v-745h-372zM2234 2606v745h372v-745h-372z" />
|
|
143
|
-
<glyph glyph-name="W" unicode="W" horiz-adv-x="4468"
|
|
144
|
-
d="M1117 0v744h372v-744h-372zM2606 0v744h372v-744h-372zM744 744v745h373v-745h-373zM1489 744v745h372v-745h-372zM2234 744v745h372v-745h-372zM2978 744v745h373v-745h-373zM372 1489v1117h372v-1117h-372zM1861 1489v1117h373v-1117h-373zM3351 1489v1117h372v-1117
|
|
145
|
-
h-372zM0 2606v745h372v-745h-372zM3723 2606v745h373v-745h-373z" />
|
|
146
|
-
<glyph glyph-name="X" unicode="X" horiz-adv-x="2978"
|
|
147
|
-
d="M0 0v744h372v-744h-372zM2234 0v744h372v-744h-372zM372 744v373h372v-373h-372zM1861 744v373h373v-373h-373zM744 1117v372h373v-372h-373zM1489 1117v372h372v-372h-372zM1117 1489v372h372v-372h-372zM744 1861v373h373v-373h-373zM1489 1861v373h372v-373h-372z
|
|
148
|
-
M372 2234v372h372v-372h-372zM1861 2234v372h373v-372h-373zM0 2606v745h372v-745h-372zM2234 2606v745h372v-745h-372z" />
|
|
149
|
-
<glyph glyph-name="Y" unicode="Y" horiz-adv-x="2978"
|
|
150
|
-
d="M1117 0v1861h372v-1861h-372zM744 1861v373h373v-373h-373zM1489 1861v373h372v-373h-372zM372 2234v372h372v-372h-372zM1861 2234v372h373v-372h-373zM0 2606v745h372v-745h-372zM2234 2606v745h372v-745h-372z" />
|
|
151
|
-
<glyph glyph-name="Z" unicode="Z" horiz-adv-x="2978"
|
|
152
|
-
d="M0 0v744h372v-372h2234v-372h-2606zM372 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM1117 1489v372h372v-372h-372zM1489 1861v373h372v-373h-372zM1861 2234v372h373v-372h-373zM2234 2606v372h-2234v373h2606v-745h-372z" />
|
|
153
|
-
<glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="1117"
|
|
154
|
-
d="M0 -744v4095h744v-373h-372v-3350h372v-372h-744z" />
|
|
155
|
-
<glyph glyph-name="backslash" unicode="\" horiz-adv-x="1861"
|
|
156
|
-
d="M1117 0v744h372v-744h-372zM744 744v745h373v-745h-373zM372 1489v745h372v-745h-372zM0 2234v1117h372v-1117h-372z" />
|
|
157
|
-
<glyph glyph-name="bracketright" unicode="]" horiz-adv-x="1117"
|
|
158
|
-
d="M0 -744v372h372v3350h-372v373h744v-4095h-744z" />
|
|
159
|
-
<glyph glyph-name="asciicircum" unicode="^"
|
|
160
|
-
d="M0 2606v372h372v-372h-372zM1489 2606v372h372v-372h-372zM372 2978v373h372v-373h-372zM1117 2978v373h372v-373h-372zM744 3351v372h373v-372h-373z" />
|
|
161
|
-
<glyph glyph-name="underscore" unicode="_" horiz-adv-x="2606"
|
|
162
|
-
d="M0 -372v372h2234v-372h-2234z" />
|
|
163
|
-
<glyph glyph-name="a" unicode="a"
|
|
164
|
-
d="M0 372v745h372v-745h-372zM372 0v372h1117v745h-1117v372h1117v372h372v-1861h-1489zM372 1861v373h1117v-373h-1117z" />
|
|
165
|
-
<glyph glyph-name="b" unicode="b"
|
|
166
|
-
d="M1489 372v1489h372v-1489h-372zM0 0v3351h372v-1117h1117v-373h-1117v-1489h1117v-372h-1489z" />
|
|
167
|
-
<glyph glyph-name="c" unicode="c"
|
|
168
|
-
d="M372 0v372h1117v-372h-1117zM1489 372v372h372v-372h-372zM0 372v1489h372v-1489h-372zM1489 1489v372h372v-372h-372zM372 1861v373h1117v-373h-1117z" />
|
|
169
|
-
<glyph glyph-name="d" unicode="d"
|
|
170
|
-
d="M0 372v1489h372v-1489h-372zM372 0v372h1117v1489h-1117v373h1117v1117h372v-3351h-1489z" />
|
|
171
|
-
<glyph glyph-name="e" unicode="e"
|
|
172
|
-
d="M372 0v372h1117v-372h-1117zM1489 372v372h372v-372h-372zM0 372v1489h372v-372h1117v372h372v-744h-1489v-745h-372zM372 1861v373h1117v-373h-1117z" />
|
|
173
|
-
<glyph glyph-name="f" unicode="f" horiz-adv-x="1117"
|
|
174
|
-
d="M0 0v2978h372v-744h372v-373h-372v-1861h-372zM372 2978v373h372v-373h-372z" />
|
|
175
|
-
<glyph glyph-name="g" unicode="g"
|
|
176
|
-
d="M0 -744v372h1489v-372h-1489zM0 372v1489h372v-1489h-372zM1489 -372v372h-1117v372h1117v1489h-1117v373h1489v-2606h-372z" />
|
|
177
|
-
<glyph glyph-name="h" unicode="h"
|
|
178
|
-
d="M1489 0v1861h372v-1861h-372zM744 1861v373h745v-373h-745zM0 0v3351h372v-1490h372v-372h-372v-1489h-372z" />
|
|
179
|
-
<glyph glyph-name="i" unicode="i" horiz-adv-x="744"
|
|
180
|
-
d="M0 0v2234h372v-2234h-372zM0 2978v373h372v-373h-372z" />
|
|
181
|
-
<glyph glyph-name="j" unicode="j" horiz-adv-x="744"
|
|
182
|
-
d="M0 -744v2978h372v-2978h-372zM0 2978v373h372v-373h-372z" />
|
|
183
|
-
<glyph glyph-name="k" unicode="k"
|
|
184
|
-
d="M1489 0v372h372v-372h-372zM1117 372v372h372v-372h-372zM744 744v373h373v-373h-373zM744 1489v372h373v-372h-373zM1117 1861v373h372v-373h-372zM0 0v3351h372v-1862h372v-372h-372v-1117h-372z" />
|
|
185
|
-
<glyph glyph-name="l" unicode="l" horiz-adv-x="744"
|
|
186
|
-
d="M0 0v3351h372v-3351h-372z" />
|
|
187
|
-
<glyph glyph-name="m" unicode="m" horiz-adv-x="2978"
|
|
188
|
-
d="M1117 0v1861h372v-1861h-372zM2234 0v1861h372v-1861h-372zM0 0v2234h1117v-373h-745v-1861h-372zM1489 1861v373h745v-373h-745z" />
|
|
189
|
-
<glyph glyph-name="n" unicode="n"
|
|
190
|
-
d="M1489 0v1861h372v-1861h-372zM0 0v2234h372v-373h372v-372h-372v-1489h-372zM744 1861v373h745v-373h-745z" />
|
|
191
|
-
<glyph glyph-name="o" unicode="o"
|
|
192
|
-
d="M372 0v372h1117v-372h-1117zM0 372v1489h372v-1489h-372zM1489 372v1489h372v-1489h-372zM372 1861v373h1117v-373h-1117z" />
|
|
193
|
-
<glyph glyph-name="p" unicode="p"
|
|
194
|
-
d="M1489 372v1489h372v-1489h-372zM0 -744v2978h1489v-373h-1117v-1489h1117v-372h-1117v-744h-372z" />
|
|
195
|
-
<glyph glyph-name="q" unicode="q"
|
|
196
|
-
d="M0 372v1489h372v-1489h-372zM1489 -744v744h-1117v372h1117v1489h-1117v373h1489v-2978h-372z" />
|
|
197
|
-
<glyph glyph-name="r" unicode="r" horiz-adv-x="1117"
|
|
198
|
-
d="M0 0v2234h744v-373h-372v-1861h-372z" />
|
|
199
|
-
<glyph glyph-name="s" unicode="s" horiz-adv-x="1861"
|
|
200
|
-
d="M372 0v372h745v-372h-745zM0 372v372h372v-372h-372zM1117 372v372h372v-372h-372zM744 744v373h373v-373h-373zM372 1117v372h372v-372h-372zM0 1489v372h372v-372h-372zM1117 1489v372h372v-372h-372zM372 1861v373h745v-373h-745z" />
|
|
201
|
-
<glyph glyph-name="t" unicode="t" horiz-adv-x="1117"
|
|
202
|
-
d="M372 0v372h372v-372h-372zM0 372v2606h372v-744h372v-373h-372v-1489h-372z" />
|
|
203
|
-
<glyph glyph-name="u" unicode="u"
|
|
204
|
-
d="M372 0v372h745v-372h-745zM0 372v1862h372v-1862h-372zM1489 0v372h-372v372h372v1490h372v-2234h-372z" />
|
|
205
|
-
<glyph glyph-name="v" unicode="v"
|
|
206
|
-
d="M744 0v744h373v-744h-373zM372 744v745h372v-745h-372zM1117 744v745h372v-745h-372zM0 1489v745h372v-745h-372zM1489 1489v745h372v-745h-372z" />
|
|
207
|
-
<glyph glyph-name="w" unicode="w" horiz-adv-x="2978"
|
|
208
|
-
d="M372 0v744h372v-744h-372zM1861 0v744h373v-744h-373zM744 744v745h373v-745h-373zM1489 744v745h372v-745h-372zM0 744v1490h372v-1490h-372zM1117 1489v745h372v-745h-372zM2234 744v1490h372v-1490h-372z" />
|
|
209
|
-
<glyph glyph-name="x" unicode="x" horiz-adv-x="1861"
|
|
210
|
-
d="M0 0v744h372v-744h-372zM1117 0v744h372v-744h-372zM372 744v745h745v-745h-745zM0 1489v745h372v-745h-372zM1117 1489v745h372v-745h-372z" />
|
|
211
|
-
<glyph glyph-name="y" unicode="y" horiz-adv-x="1861"
|
|
212
|
-
d="M-372 -744v372h744v-372h-744zM372 -372v1116h745v-372h-373v-744h-372zM0 744v1490h372v-1490h-372zM1117 744v1490h372v-1490h-372z" />
|
|
213
|
-
<glyph glyph-name="z" unicode="z" horiz-adv-x="1861"
|
|
214
|
-
d="M0 0v744h372v-372h1117v-372h-1489zM372 744v373h372v-373h-372zM744 1117v372h373v-372h-373zM1117 1489v372h-1117v373h1489v-745h-372z" />
|
|
215
|
-
<glyph glyph-name="braceleft" unicode="{" horiz-adv-x="1489"
|
|
216
|
-
d="M744 -372v372h373v-372h-373zM372 0v1489h372v-1489h-372zM0 1489v372h372v-372h-372zM372 1861v1490h372v-1490h-372zM744 3351v372h373v-372h-373z" />
|
|
217
|
-
<glyph glyph-name="braceright" unicode="}" horiz-adv-x="1489"
|
|
218
|
-
d="M0 -372v372h372v-372h-372zM372 0v1489h372v-1489h-372zM744 1489v372h373v-372h-373zM372 1861v1490h372v-1490h-372zM0 3351v372h372v-372h-372z" />
|
|
219
|
-
<glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="2606"
|
|
220
|
-
d="M0 2234v372h372v-372h-372zM1117 2234v372h744v-372h-744zM372 2606v372h745v-372h-745zM1861 2606v372h373v-372h-373z" />
|
|
221
|
-
<glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="744"
|
|
222
|
-
d="M0 2234v1117h372v-1117h-372z" />
|
|
223
|
-
<glyph glyph-name="quoteright" unicode="’" horiz-adv-x="744"
|
|
224
|
-
d="M0 2234v1117h372v-1117h-372z" />
|
|
225
|
-
<glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="1861"
|
|
226
|
-
d="M0 2234v1117h372v-1117h-372zM1117 2234v1117h372v-1117h-372z" />
|
|
227
|
-
<glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="1861"
|
|
228
|
-
d="M0 2234v1117h372v-1117h-372zM1117 2234v1117h372v-1117h-372z" />
|
|
229
|
-
</font>
|
|
230
|
-
</defs></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|