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

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

Loading…
Cancel
Save