From 739d7ff5c86d9ce3e9adff947b6f15b8974f985d Mon Sep 17 00:00:00 2001 From: Vera Zabeida Date: Fri, 9 Nov 2018 11:36:24 -0500 Subject: [PATCH 1/3] prevent external-fonts --- scripts/translationKeys/combined-translation-keys.txt | 4 ++-- scripts/translationKeys/translation-keys.txt | 4 ++-- src/styles/variables/_typography.scss | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/translationKeys/combined-translation-keys.txt b/scripts/translationKeys/combined-translation-keys.txt index 84e6364f6..897d95718 100644 --- a/scripts/translationKeys/combined-translation-keys.txt +++ b/scripts/translationKeys/combined-translation-keys.txt @@ -516,7 +516,7 @@ Relative Relative To // react-chart-editor: /default_panels/StyleImagesPanel.js:51 Relative to // react-chart-editor: /default_panels/StyleShapesPanel.js:31 Relative to Grid // react-chart-editor: /default_panels/StyleImagesPanel.js:33 -Rendering // react-chart-editor: /components/fields/TraceSelector.js:135 +Rendering // react-chart-editor: /components/fields/TraceSelector.js:136 Reset // plotly.js: components/modebar/buttons.js:443 Reset axes // plotly.js: components/modebar/buttons.js:159 Reset camera to default // plotly.js: components/modebar/buttons.js:325 @@ -551,7 +551,7 @@ See a basic example. Select // react-chart-editor: /default_panels/StyleLayoutPanel.js:85 Select Data Point // react-chart-editor: /default_panels/StyleLayoutPanel.js:111 Select Direction // react-chart-editor: /default_panels/StyleLayoutPanel.js:94 -Select Trace Type // react-chart-editor: /components/widgets/TraceTypeSelector.js:234 +Select Trace Type // react-chart-editor: /components/widgets/TraceTypeSelector.js:220 Select a Colorscale Type // react-chart-editor: /components/widgets/ColorscalePicker.js:54 Select an Option // react-chart-editor: /components/widgets/Dropdown.js:66 Separate Thousands // react-chart-editor: /default_panels/StyleAxesPanel.js:174 diff --git a/scripts/translationKeys/translation-keys.txt b/scripts/translationKeys/translation-keys.txt index 198e722df..294788d50 100644 --- a/scripts/translationKeys/translation-keys.txt +++ b/scripts/translationKeys/translation-keys.txt @@ -509,7 +509,7 @@ Relative Relative To // /default_panels/StyleImagesPanel.js:51 Relative to // /default_panels/StyleShapesPanel.js:31 Relative to Grid // /default_panels/StyleImagesPanel.js:33 -Rendering // /components/fields/TraceSelector.js:135 +Rendering // /components/fields/TraceSelector.js:136 Resolution // /default_panels/GraphSubplotsPanel.js:209 Reversed // /components/fields/MarkerColor.js:185 Reversed and Grouped // /default_panels/StyleLegendPanel.js:72 @@ -538,7 +538,7 @@ See a basic example. Select // /default_panels/StyleLayoutPanel.js:85 Select Data Point // /default_panels/StyleLayoutPanel.js:111 Select Direction // /default_panels/StyleLayoutPanel.js:94 -Select Trace Type // /components/widgets/TraceTypeSelector.js:234 +Select Trace Type // /components/widgets/TraceTypeSelector.js:220 Select a Colorscale Type // /components/widgets/ColorscalePicker.js:54 Select an Option // /components/widgets/Dropdown.js:66 Separate Thousands // /default_panels/StyleAxesPanel.js:174 diff --git a/src/styles/variables/_typography.scss b/src/styles/variables/_typography.scss index 23bf735f7..cdfd04ee4 100644 --- a/src/styles/variables/_typography.scss +++ b/src/styles/variables/_typography.scss @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=Dosis:500,700|Open+Sans:400,400i,600,700'); - $font-weight-light: 400; $font-weight-normal: 500; $font-weight-semibold: 600; From 98e1388ecbc4a328845499b841cf1eacc0cb06d6 Mon Sep 17 00:00:00 2001 From: Vera Zabeida Date: Fri, 9 Nov 2018 11:50:13 -0500 Subject: [PATCH 2/3] better default + add Dosis to Demo --- dev/index.html | 1 + examples/custom/public/index.html | 1 + examples/demo/public/index.html | 1 + examples/redux/public/index.html | 1 + examples/simple/public/index.html | 1 + package.json | 2 +- src/styles/variables/_typography.scss | 2 +- 7 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev/index.html b/dev/index.html index 66eed34dd..cb6ff0454 100644 --- a/dev/index.html +++ b/dev/index.html @@ -3,6 +3,7 @@ + Editor Dev diff --git a/examples/custom/public/index.html b/examples/custom/public/index.html index 5dc65ae50..bfe79260a 100644 --- a/examples/custom/public/index.html +++ b/examples/custom/public/index.html @@ -4,6 +4,7 @@ +