Skip to content

Commit 8d0b941

Browse files
committed
mg final font update on all files
1 parent 1f89088 commit 8d0b941

File tree

10 files changed

+23
-20
lines changed

10 files changed

+23
-20
lines changed

src/app/containers/TravelContainer.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
} from '../actions/actions';
1313
import { useStoreContext } from '../store';
1414
import { TravelContainerProps } from '../FrontendTypes';
15+
import { Button } from '@mui/material';
1516
import FastRewindIcon from '@mui/icons-material/FastRewind';
1617
import FastForwardIcon from '@mui/icons-material/FastForward';
1718

@@ -64,22 +65,23 @@ function TravelContainer(props: TravelContainerProps): JSX.Element {
6465

6566
return (
6667
<div className='travel-container'>
67-
<button
68+
<Button
69+
variant="contained"
6870
className='play-button'
6971
type='button'
7072
// data-testid, prop for testing in RTL
7173
data-testid='play-button-test'
7274
onClick={() => play(selectedSpeed.value, playing, dispatch, snapshotsLength, sliderIndex)}
7375
>
7476
{playing ? 'Pause' : 'Play'}
75-
</button>
77+
</Button>
7678
<MainSlider snapshotsLength={snapshotsLength} />
77-
<button className='backward-button' onClick={() => dispatch(moveBackward())} type='button'>
78-
<FastRewindIcon sx={{mr: 1, color: '#000'}}/>
79-
</button>
80-
<button className='forward-button' onClick={() => dispatch(moveForward())} type='button'>
79+
<Button variant="contained" className='backward-button' onClick={() => dispatch(moveBackward())} type='button'>
80+
<FastRewindIcon sx={{xm: 1, color: '#000'}}/>
81+
</Button>
82+
<Button variant="contained" className='forward-button' onClick={() => dispatch(moveForward())} type='button'>
8183
<FastForwardIcon />
82-
</button>
84+
</Button>
8385
<Dropdown speeds={speeds} selectedSpeed={selectedSpeed} setSpeed={setSpeed} />
8486
</div>
8587
);

src/app/styles/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// fontFamily: 'monaco, Consolas, Lucida Console, monospace'
2-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
2+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
33
/// @type List
44
$text-font-stack: 'Outfit', sans-serif !default;
55

src/app/styles/components/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
2+
23

34
.save-series-button {
45
padding: 3px;

src/app/styles/components/_performanceVisx.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
22

33
#RenderContainer {
44
display: flex;

src/app/styles/components/d3graph.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
22
body {
33
background-color: black;
44
}
@@ -13,7 +13,7 @@ body {
1313
fill: #fae6e4;
1414
background-color: red;
1515
font-size: 10px;
16-
font-family: 'Roboto', sans-serif;
16+
font-family: 'Outfit', sans-serif;
1717
}
1818

1919
/* modifies text of parent nodes (has children) */
@@ -34,7 +34,7 @@ div.tooltip {
3434
color: white;
3535
z-index: 100;
3636
font-size: 14px;
37-
font-family: 'Roboto', sans-serif;
37+
font-family: 'Outfit', sans-serif;
3838
background: rgb(17, 17, 17, 0.9);
3939
box-shadow: rgb(33 33 33 / 20%) 0px 1px 2px;
4040
border-radius: 5px;

src/app/styles/components/diff.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
22
.jsondiffpatch-delta {
3-
font-family: 'Roboto', sans-serif;
3+
font-family: 'Outfit', sans-serif;
44
font-size: 16px;
55
margin: 0;
66
padding: 0 0 0 12px;
77
display: inline-block;
88
}
99
.jsondiffpatch-delta pre {
10-
font-family: 'Roboto', sans-serif;
10+
font-family: 'Outfit', sans-serif;
1111
font-size: 16px;
1212
margin: 0;
1313
padding: 0;

src/app/styles/layout/_buttonsContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
22
* {
33
font-family: 'Outfit', sans-serif;
44
}

src/app/styles/layout/_errorContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
22
* {
33
font-family: 'Outfit', sans-serif;
44
}

src/app/styles/layout/_headContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
22
* {
33
font-family: 'Outfit', sans-serif;
44
}

src/app/styles/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset 'UTF-8';
2-
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
2+
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
33

44
* {
55
font-family: 'Outfit', sans-serif;

0 commit comments

Comments
 (0)