Skip to content

Commit

Permalink
[192] fix replace Nunito to Poppins font
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kordonets committed Feb 14, 2024
1 parent a22e56b commit a35de62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/common/components/Settings/VoterPhotoUpload.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const styles = (theme) => ({
dropzoneText: {
color: '#818181',
fontSize: '18px',
fontFamily: "'Nunito Sans', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
fontFamily: "'Poppins', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
fontWeight: '300',
paddingLeft: 5,
paddingRight: 5,
Expand Down

0 comments on commit a35de62

Please sign in to comment.