From 6e661a70c08d008ab9bc8cc1f1141dbd81c9e847 Mon Sep 17 00:00:00 2001 From: Muxutruk2 Date: Tue, 23 Apr 2024 18:30:51 +0200 Subject: [PATCH] Replaced all Arial fonts with Ubuntu and made both buttons bold --- assets/css/index.css | 7 +++++-- html/index.html | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 9edfea9..44127c8 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -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; } diff --git a/html/index.html b/html/index.html index 10d0b7b..e42d753 100644 --- a/html/index.html +++ b/html/index.html @@ -11,7 +11,8 @@ - + + @@ -205,4 +206,4 @@ - \ No newline at end of file +