Skip to content

Commit

Permalink
Use Cantarell as main font
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 29, 2024
1 parent 3b53a96 commit f2ee232
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions static/css/theme-ulisse.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
@import "theme-relearn-dark.css";

body {
font-family: "Cantarell", sans-serif;
}

:root {
--PRIMARY-color: #da6956;
--MENU-SECTION-ACTIVE-CATEGORY-color: var(--PRIMARY-color);
--CODE-INLINE-color: var(--PRIMARY-color);
--MENU-HOME-LINK-color: white;
--MAIN-font: "Cantarell", sans-serif;
}

0 comments on commit f2ee232

Please sign in to comment.