Free Software Solutions For Educational Institutions https://selfhosted.education
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
339 B

3 years ago
  1. body {
  2. font-family: Iosevka;
  3. font-weight: 400;
  4. font-feature-settings: "kern" 1, "liga" 1;
  5. font-optical-sizing: auto;
  6. color: #010101;
  7. }
  8. .site-footer {
  9. text-align: justify;
  10. color: #4f4f4f;
  11. font-weight: 500;
  12. line-height: 1.2em;
  13. font-size: 120%;
  14. }
  15. h1, h2 {
  16. font-family: Iosevka;
  17. color: #3771C9;
  18. font-weight: 500;
  19. }