Skip to content

Commit

Permalink
Fix font on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed May 5, 2020
1 parent 6fee5d7 commit deeded4
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions src/windows/about/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
font-family: -apple-system, 'Manrope', BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: BlinkMacSystemFont, "Manrope", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
border: 1px solid var(--window-border);
color: #ffffff;
background: linear-gradient(to bottom right, #0b245f, #030e27);
Expand All @@ -35,7 +35,7 @@ body {
.title,
.version,
.tagline {
font-family: -apple-system, 'Manrope', BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: BlinkMacSystemFont, "Manrope", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title {
Expand Down
14 changes: 7 additions & 7 deletions src/windows/checkUpdates/checkUpdates.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 1px solid var(--window-border);
color: #ffffff;
Expand All @@ -29,7 +29,7 @@ body {
.title {
font-weight: 700;
font-size: 2.5rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff;
border-bottom: 4px solid #b9b9b9de;
Expand All @@ -48,7 +48,7 @@ body {
.version,
.release-notes-label {
margin: 0.25rem 0;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 1.3rem;
Expand All @@ -57,7 +57,7 @@ body {
.title {
font-weight: 700;
font-size: 2.5rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff;
border-bottom: 4px solid #b9b9b9de;
Expand All @@ -79,7 +79,7 @@ body {
cursor: pointer;
color: #fff;
font-size: 1rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
width: -webkit-fill-available;
-webkit-user-select: none;
Expand Down Expand Up @@ -114,7 +114,7 @@ body {
overflow-y: scroll;
padding: 5px 10px;
background: linear-gradient(-124deg, #3659aa, #0c2864);
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
position: relative;
}
Expand Down Expand Up @@ -171,7 +171,7 @@ a:hover {
display: flex;
align-items: center;
font-size: 1.15rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

Expand Down
16 changes: 8 additions & 8 deletions src/windows/customTheme/customTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 1px solid var(--window-border);
background: linear-gradient(to bottom right, #1a1a1a, #0f1010) !important;
Expand All @@ -27,7 +27,7 @@ body {
.title {
font-weight: 700;
font-size: 2.5rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff;
border-bottom: 4px solid #b9b9b9de;
Expand Down Expand Up @@ -130,7 +130,7 @@ body {
background: #15161d;
color: #fff;
flex: 1;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

Expand All @@ -154,7 +154,7 @@ body {
font-size: 1.15rem;
transition: background 0.35s;
-webkit-user-select: none;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 0;
color: #fff;
Expand Down Expand Up @@ -205,7 +205,7 @@ body {

.setting .label {
flex-grow: 1;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

Expand All @@ -218,7 +218,7 @@ body {
padding: 0.25rem 0.4rem;
background: #222;
color: #fff;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

Expand All @@ -227,7 +227,7 @@ body {
padding: 0.25rem 0.4rem;
background: #222;
color: #fff;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

Expand Down Expand Up @@ -262,7 +262,7 @@ body {
background: #101114;
border: 1px solid #242525;
font-size: 1rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 400;
padding: 0.25rem 1rem;
Expand Down
12 changes: 6 additions & 6 deletions src/windows/main/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 1px solid var(--window-border);
overflow: hidden;
Expand Down Expand Up @@ -111,7 +111,7 @@ webview {

.container>.title {
text-align: center;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 2.65rem;
margin: 15px 0;
Expand All @@ -123,7 +123,7 @@ webview {
}

.label {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 1.25rem;
text-align: left;
Expand Down Expand Up @@ -216,7 +216,7 @@ webview {
}

.submit.button {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
cursor: pointer;
background: #0960d1;
Expand Down Expand Up @@ -321,7 +321,7 @@ input[type="search"]::-webkit-search-results-decoration {
}

.edit-popup-title {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff !important;
margin: 0 !important;
Expand Down Expand Up @@ -407,7 +407,7 @@ input[type="search"]::-webkit-search-results-decoration {
}

.prompt-button {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
padding: .75rem 1.5rem;
font-size: 1.15rem;
Expand Down
12 changes: 6 additions & 6 deletions src/windows/settings/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 1px solid var(--window-border);
background: linear-gradient(to bottom right, #1a1a1a, #0f1010) !important;
Expand Down Expand Up @@ -45,7 +45,7 @@ body {
margin-top: .5rem;
font-weight: 500;
font-size: 2.25rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff;
padding-bottom: .15rem;
Expand Down Expand Up @@ -80,14 +80,14 @@ body {
}

.setting-title {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
font-size: 1.45rem;
}

.setting-description {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 0.95rem;
font-weight: 300;
Expand Down Expand Up @@ -163,7 +163,7 @@ body {
cursor: pointer;
background: transparent;
color: #fff;
font-family: -apple-system, 'Manrope', BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: BlinkMacSystemFont, "Manrope", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer button:focus {
Expand Down Expand Up @@ -199,7 +199,7 @@ body {
background: #101114;
border: 1px solid #242525;
font-size: 1rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 300;
padding: 0.5rem 1rem;
Expand Down
14 changes: 7 additions & 7 deletions src/windows/themeManager/themeManager.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

body {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 1px solid var(--window-border);
background: linear-gradient(to bottom right, #1a1a1a, #0f1010) !important;
Expand All @@ -33,7 +33,7 @@ body {
.title {
font-weight: 700;
font-size: 2.5rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff;
border-bottom: 4px solid #b9b9b9de;
Expand Down Expand Up @@ -75,7 +75,7 @@ body {
}

.theme .name {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 1.65rem;
Expand Down Expand Up @@ -114,7 +114,7 @@ body {
color: #fff;
font-size: 1rem;
border: 0;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
position: absolute;
bottom: 0;
Expand All @@ -137,7 +137,7 @@ body {
}

.edit-popup-title {
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color: #fff !important;
margin: 0 !important;
Expand Down Expand Up @@ -165,7 +165,7 @@ body {
color: #fff;
font-size: 1rem;
font-weight: 400;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
width: -webkit-fill-available;
}
Expand Down Expand Up @@ -214,7 +214,7 @@ body {
background: #101114;
border: 1px solid #242525;
font-size: 1rem;
font-family: -apple-system, "Manrope", BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: BlinkMacSystemFont, "Manrope", "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 300;
padding: 0.5rem 1rem;
Expand Down

0 comments on commit deeded4

Please sign in to comment.