Skip to content

Commit

Permalink
Merge pull request #118 from DivergentEuropeans/bugfix/non-standard-t…
Browse files Browse the repository at this point in the history
…ext-defaults-to-non-sans-serif

Force non-standard text to retain text style
  • Loading branch information
1000TurquoisePogs committed Jun 18, 2019
2 parents bbc5030 + 027891d commit 26eb2c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Expand Up @@ -80,7 +80,7 @@


.window .caption {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 20px;
cursor: default;
Expand Down
Expand Up @@ -75,19 +75,19 @@
}

.login-form .userid {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 19px;
color: #353535;
}

.login-form .password {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 19px;
text-transform: uppercase;
}

.login-form label {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 17px;
color: #474747;
margin-bottom: 0;
Expand Down Expand Up @@ -124,13 +124,13 @@
}

.login-label {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #474747;
}

.login-plugin-version {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #47474785;
}
Expand Down
Expand Up @@ -91,7 +91,7 @@
}

.window .caption {
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 20px;
cursor: default;
Expand Down
4 changes: 2 additions & 2 deletions virtual-desktop/src/assets/css/desktop.css
Expand Up @@ -38,7 +38,7 @@ html:fullscreen {
body {
margin: 0;
padding: 0;
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
Expand Down Expand Up @@ -305,7 +305,7 @@ body {
color: white;
background-color: #3c7299;
width: 100%;
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 400;
display: inline-block;
Expand Down

0 comments on commit 26eb2c7

Please sign in to comment.