Skip to content

Commit 739d7ff

Browse files
committed
prevent external-fonts
1 parent bc177c8 commit 739d7ff

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

scripts/translationKeys/combined-translation-keys.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Relative
516516
Relative To // react-chart-editor: /default_panels/StyleImagesPanel.js:51
517517
Relative to // react-chart-editor: /default_panels/StyleShapesPanel.js:31
518518
Relative to Grid // react-chart-editor: /default_panels/StyleImagesPanel.js:33
519-
Rendering // react-chart-editor: /components/fields/TraceSelector.js:135
519+
Rendering // react-chart-editor: /components/fields/TraceSelector.js:136
520520
Reset // plotly.js: components/modebar/buttons.js:443
521521
Reset axes // plotly.js: components/modebar/buttons.js:159
522522
Reset camera to default // plotly.js: components/modebar/buttons.js:325
@@ -551,7 +551,7 @@ See a basic example.
551551
Select // react-chart-editor: /default_panels/StyleLayoutPanel.js:85
552552
Select Data Point // react-chart-editor: /default_panels/StyleLayoutPanel.js:111
553553
Select Direction // react-chart-editor: /default_panels/StyleLayoutPanel.js:94
554-
Select Trace Type // react-chart-editor: /components/widgets/TraceTypeSelector.js:234
554+
Select Trace Type // react-chart-editor: /components/widgets/TraceTypeSelector.js:220
555555
Select a Colorscale Type // react-chart-editor: /components/widgets/ColorscalePicker.js:54
556556
Select an Option // react-chart-editor: /components/widgets/Dropdown.js:66
557557
Separate Thousands // react-chart-editor: /default_panels/StyleAxesPanel.js:174

scripts/translationKeys/translation-keys.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Relative
509509
Relative To // /default_panels/StyleImagesPanel.js:51
510510
Relative to // /default_panels/StyleShapesPanel.js:31
511511
Relative to Grid // /default_panels/StyleImagesPanel.js:33
512-
Rendering // /components/fields/TraceSelector.js:135
512+
Rendering // /components/fields/TraceSelector.js:136
513513
Resolution // /default_panels/GraphSubplotsPanel.js:209
514514
Reversed // /components/fields/MarkerColor.js:185
515515
Reversed and Grouped // /default_panels/StyleLegendPanel.js:72
@@ -538,7 +538,7 @@ See a basic example.
538538
Select // /default_panels/StyleLayoutPanel.js:85
539539
Select Data Point // /default_panels/StyleLayoutPanel.js:111
540540
Select Direction // /default_panels/StyleLayoutPanel.js:94
541-
Select Trace Type // /components/widgets/TraceTypeSelector.js:234
541+
Select Trace Type // /components/widgets/TraceTypeSelector.js:220
542542
Select a Colorscale Type // /components/widgets/ColorscalePicker.js:54
543543
Select an Option // /components/widgets/Dropdown.js:66
544544
Separate Thousands // /default_panels/StyleAxesPanel.js:174

src/styles/variables/_typography.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url('https://fonts.googleapis.com/css?family=Dosis:500,700|Open+Sans:400,400i,600,700');
2-
31
$font-weight-light: 400;
42
$font-weight-normal: 500;
53
$font-weight-semibold: 600;

0 commit comments

Comments
 (0)