diff --git a/views/styles/main.css b/views/styles/main.css index ad1c116..a7e394e 100644 --- a/views/styles/main.css +++ b/views/styles/main.css @@ -1,3 +1,6 @@ +*{ + font-family: Roboto, ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; +} body { /* COLORS */ --bg-color-info: rgb(86 234 255); @@ -7,7 +10,6 @@ body { --bg-color-alert-error: rgb(255, 186, 195); --bg-color-alert-success: rgb(144, 216, 126); - font-family: "roboto"; } main{ border-radius: 20px; @@ -15,9 +17,6 @@ main{ backdrop-filter: blur(4px); color: white; } -* { - font-family: "roboto"; -} .text-align-center { text-align: center;