diff --git a/css/Font.css b/css/Font.css index 887793f..b0bf9ee 100644 --- a/css/Font.css +++ b/css/Font.css @@ -1,15 +1,17 @@ @font-face { font-family: UbuntuRegular; src: url(./UbuntuRegular.ttf); + font-display: swap; } @font-face { font-family: UbuntuMonoRegular; src: url(./UbuntuMonoRegular.ttf); + font-display: swap; } html,input,textarea,button { - font-family: UbuntuRegular; + font-family: UbuntuRegular, "Ubuntu", sans-serif; } input { diff --git a/index.html b/index.html index e243261..db2f210 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - + Ubuntu + @@ -11,22 +12,22 @@ - - - - + + + + - - - + + + - - + + - + - - + + @@ -49,26 +50,26 @@
- - - + Wi-Fi + Sound + Battery
-
+ Home
Home
- + App Menu
- + Trash
@@ -98,7 +99,7 @@ diff --git a/status.html b/status.html index d26296f..a6be10f 100644 --- a/status.html +++ b/status.html @@ -17,6 +17,6 @@
Settings
Lock
Shutdown
- + \ No newline at end of file