Skip to content

Commit

Permalink
Adding fallback font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nes-si committed Oct 30, 2021
1 parent cb71963 commit 7bdadee
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
font-size: 30px
color: #2C2C30
font-weight: 700
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
user-select: none

.json-fields,
Expand Down
6 changes: 3 additions & 3 deletions src/components/mainArea/content/ContentList/ContentList.sss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
.list-header
border-bottom: 1px solid #e8e8e8
font-weight: 600
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif

.colorLabel
visibility: hidden
Expand All @@ -126,7 +126,7 @@

&-title
font-size: 16px
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
font-weight: 700
color: #2C2C30
letter-spacing: 0.5px
Expand All @@ -147,7 +147,7 @@

transition: color 0.2s ease
will-change: color
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
font-weight: 500

&:hover
Expand Down
2 changes: 1 addition & 1 deletion src/components/mainArea/models/Model/Model.sss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
.head
font-size: 18px
font-weight: 600
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
border-bottom: 1px solid #e8e8e8

div
Expand Down
2 changes: 1 addition & 1 deletion src/components/mainArea/models/ModelsList/ModelsList.sss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
&-header
border-bottom: 1px solid #e8e8e8
font-weight: 600
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
cursor: auto

.colorLabel
Expand Down
4 changes: 2 additions & 2 deletions src/components/mainArea/settings/Settings.sss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
border: 1px solid #DDDDDD

font-size: 14px
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
font-weight: 500
color: #313133
text-align: center
Expand Down Expand Up @@ -134,4 +134,4 @@

.button-wrapper
display: flex
align-items: center
align-items: center
2 changes: 1 addition & 1 deletion src/components/mainArea/sharing/Sharing.sss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
.email
font-size: 13px
color: #666666
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
font-weight: 500
letter-spacing: 0.5px
text-align: left
Expand Down
2 changes: 1 addition & 1 deletion src/containers/MainArea/PayPlans/PayPlans.sss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
align-items: center
max-width: 300px
width: 100%
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
font-weight: 500

background: #FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion src/containers/MainArea/UserProfile/UserProfile.sss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

&-header
font-size: 18px
font-family: 'Inter-UI'
font-family: 'Inter-UI', sans-serif
color: #313133
font-weight: 600
user-select: none
Expand Down

0 comments on commit 7bdadee

Please sign in to comment.