Replaced all Arial fonts with Ubuntu and made both buttons bold

pull/209/head^2
Muxutruk2 2 years ago committed by Andrew
parent 572107a31e
commit 6e661a70c0

@ -132,7 +132,7 @@
} }
body { body {
font-family: sans-serif; font-family: "Ubuntu";
text-align: center; text-align: center;
padding: 10px; padding: 10px;
background-color: var(--background); background-color: var(--background);
@ -281,6 +281,7 @@ body {
background-color: var(--box-toggle); background-color: var(--box-toggle);
color: var(--text); color: var(--text);
font-size: large; font-size: large;
font-family: "Ubuntu";
} }
.itemTitle { .itemTitle {
@ -400,6 +401,7 @@ body {
margin: 8px; margin: 8px;
outline: none; outline: none;
max-width: min(400px, 100%); max-width: min(400px, 100%);
font-family: "Ubuntu";
} }
#videoFormatSelect, #audioFormatSelect, #audioForVideoFormatSelect { #videoFormatSelect, #audioFormatSelect, #audioForVideoFormatSelect {
@ -442,7 +444,6 @@ input[type="number"]::-webkit-outer-spin-button {
display: inline-block; display: inline-block;
outline: none; outline: none;
position: relative; position: relative;
font-weight: 200;
} }
.submitBtn:active { .submitBtn:active {
border: none; border: none;
@ -524,6 +525,8 @@ svg {
cursor: pointer; cursor: pointer;
} }
button { button {
font-family: "Ubuntu";
font-weight: bold;
outline: none; outline: none;
} }

@ -11,7 +11,8 @@
<script src="../src/renderer.js" defer></script> <script src="../src/renderer.js" defer></script>
<script src="../src/index.js" defer></script> <script src="../src/index.js" defer></script>
<script src="../src/common.js" defer></script> <script src="../src/common.js" defer></script>
<!-- Ubuntu Font -->
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
<!-- Translating --> <!-- Translating -->
<script>window.i18n = new (require('../translations/i18n'));</script> <script>window.i18n = new (require('../translations/i18n'));</script>
@ -205,4 +206,4 @@
</body> </body>
</html> </html>

Loading…
Cancel
Save