Skip to content

Commit c3a82b3

Browse files
committed
add input font face Arial
1 parent 789d1d3 commit c3a82b3

File tree

4 files changed

+41
-27
lines changed

4 files changed

+41
-27
lines changed

app/build/mojs-curve-editor.js

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return /******/ (function(modules) { // webpackBootstrap
7575
/******/ }
7676
/******/
7777
/******/ var hotApplyOnUpdate = true;
78-
/******/ var hotCurrentHash = "3074fd175cc069076662"; // eslint-disable-line no-unused-vars
78+
/******/ var hotCurrentHash = "ea5949bcab813286b280"; // eslint-disable-line no-unused-vars
7979
/******/ var hotCurrentModuleData = {};
8080
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
8181
/******/
@@ -4225,7 +4225,6 @@ return /******/ (function(modules) { // webpackBootstrap
42254225
/***/ function(module, exports) {
42264226

42274227
// shim for using process in browser
4228-
42294228
var process = module.exports = {};
42304229

42314230
// cached from whatever global is present so that test runners that stub it
@@ -4237,21 +4236,35 @@ return /******/ (function(modules) { // webpackBootstrap
42374236
var cachedClearTimeout;
42384237

42394238
(function () {
4240-
try {
4241-
cachedSetTimeout = setTimeout;
4242-
} catch (e) {
4243-
cachedSetTimeout = function () {
4244-
throw new Error('setTimeout is not defined');
4239+
try {
4240+
cachedSetTimeout = setTimeout;
4241+
} catch (e) {
4242+
cachedSetTimeout = function () {
4243+
throw new Error('setTimeout is not defined');
4244+
}
42454245
}
4246-
}
4247-
try {
4248-
cachedClearTimeout = clearTimeout;
4249-
} catch (e) {
4250-
cachedClearTimeout = function () {
4251-
throw new Error('clearTimeout is not defined');
4246+
try {
4247+
cachedClearTimeout = clearTimeout;
4248+
} catch (e) {
4249+
cachedClearTimeout = function () {
4250+
throw new Error('clearTimeout is not defined');
4251+
}
42524252
}
4253-
}
42544253
} ())
4254+
function runTimeout(fun) {
4255+
if (cachedSetTimeout === setTimeout) {
4256+
return setTimeout(fun, 0);
4257+
} else {
4258+
return cachedSetTimeout.call(null, fun, 0);
4259+
}
4260+
}
4261+
function runClearTimeout(marker) {
4262+
if (cachedClearTimeout === clearTimeout) {
4263+
clearTimeout(marker);
4264+
} else {
4265+
cachedClearTimeout.call(null, marker);
4266+
}
4267+
}
42554268
var queue = [];
42564269
var draining = false;
42574270
var currentQueue;
@@ -4276,7 +4289,7 @@ return /******/ (function(modules) { // webpackBootstrap
42764289
if (draining) {
42774290
return;
42784291
}
4279-
var timeout = cachedSetTimeout.call(null, cleanUpNextTick);
4292+
var timeout = runTimeout(cleanUpNextTick);
42804293
draining = true;
42814294

42824295
var len = queue.length;
@@ -4293,7 +4306,7 @@ return /******/ (function(modules) { // webpackBootstrap
42934306
}
42944307
currentQueue = null;
42954308
draining = false;
4296-
cachedClearTimeout.call(null, timeout);
4309+
runClearTimeout(timeout);
42974310
}
42984311

42994312
process.nextTick = function (fun) {
@@ -4305,7 +4318,7 @@ return /******/ (function(modules) { // webpackBootstrap
43054318
}
43064319
queue.push(new Item(fun, args));
43074320
if (queue.length === 1 && !draining) {
4308-
cachedSetTimeout.call(null, drainQueue, 0);
4321+
runTimeout(drainQueue);
43094322
}
43104323
};
43114324

@@ -9962,9 +9975,9 @@ return /******/ (function(modules) { // webpackBootstrap
99629975
/***/ function(module, exports) {
99639976

99649977
module.exports = {
9965-
"code-panel": "_code-panel_jgqhb_3",
9966-
"code-panel__input-wrap": "_code-panel__input-wrap_jgqhb_1",
9967-
"code-panel__input-field": "_code-panel__input-field_jgqhb_1"
9978+
"code-panel": "_code-panel_q9mrm_3",
9979+
"code-panel__input-wrap": "_code-panel__input-wrap_q9mrm_1",
9980+
"code-panel__input-field": "_code-panel__input-field_q9mrm_1"
99689981
};
99699982

99709983
/***/ },
@@ -10002,7 +10015,7 @@ return /******/ (function(modules) { // webpackBootstrap
1000210015

1000310016

1000410017
// module
10005-
exports.push([module.id, "._code-panel_jgqhb_3{position:absolute;left:10px;right:10px;margin-top:-32px;border-radius:6px 6px 0 0;background:#3d1b3c;z-index:1}._code-panel__input-wrap_jgqhb_1{margin:5px 5px 4px;border-radius:2px;background:#3a083a;border:1px solid #b3a0b2;box-shadow:inset 3px 3px 0 rgba(0,0,0,.5)}._code-panel__input-field_jgqhb_1{display:block;background:transparent;color:#fff;font-size:9px;letter-spacing:.45px;line-height:21px;font-weight:100;padding:0 .3em 0 .8em;border:none;width:100%}._code-panel_jgqhb_3 ::-moz-selection,.code-panel ::-moz-selection{background:#ff512f}._code-panel_jgqhb_3 ::selection{background:#ff512f}", ""]);
10018+
exports.push([module.id, "._code-panel_q9mrm_3{position:absolute;left:10px;right:10px;margin-top:-32px;border-radius:6px 6px 0 0;background:#3d1b3c;z-index:1}._code-panel__input-wrap_q9mrm_1{margin:5px 5px 4px;border-radius:2px;background:#3a083a;border:1px solid #b3a0b2;box-shadow:inset 3px 3px 0 rgba(0,0,0,.5)}._code-panel__input-field_q9mrm_1{display:block;background:transparent;color:#fff;font-size:9px;font-family:Arial,Helvetica,sans-serif;letter-spacing:.45px;line-height:21px;font-weight:100;padding:0 .3em 0 .8em;border:none;width:100%}._code-panel_q9mrm_3 ::-moz-selection,.code-panel ::-moz-selection{background:#ff512f}._code-panel_q9mrm_3 ::selection{background:#ff512f}", ""]);
1000610019

1000710020
// exports
1000810021

app/build/mojs-curve-editor.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/blocks/code-panel.postcss.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
background: transparent;
2323
color: $c-white;
2424
font-size: 9px;
25+
font-family: Arial, Helvetica, sans-serif;
2526
letter-spacing: 0.45px;
2627
line-height: 21px;
2728
font-weight: 100;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"code-panel":"_code-panel_jgqhb_3","code-panel__input-wrap":"_code-panel__input-wrap_jgqhb_1","code-panel__input-field":"_code-panel__input-field_jgqhb_1"}
1+
{"code-panel":"_code-panel_q9mrm_3","code-panel__input-wrap":"_code-panel__input-wrap_q9mrm_1","code-panel__input-field":"_code-panel__input-field_q9mrm_1"}

0 commit comments

Comments
 (0)