mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Fix broken text and images in N:binary operations, updated the theme and changed fonts.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
src: local(sans-serif), url(../fonts/Roboto-Regular.ttf);
|
||||
font-family: AdwaitaSans;
|
||||
src: local(sans-serif), url(/fonts/AdwaitaSans.ttf);
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-family: "AdwaitaSans", sans-serif;
|
||||
background: var(--bg);
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user