Explorar el Código

Use Raleway font for entire edit page since it is the only one that is loaded there

Taddeus Kroes hace 6 días
padre
commit
b3c7bf410a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ui/src/edit.main.scss

+ 1 - 0
ui/src/edit.main.scss

@@ -1,5 +1,6 @@
 @use "./global.scss";
 
 body {
+  font-family: "Raleway", sans-serif;
   font-size: var(--edit-text-base-size);
 }