Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit fc4888c8 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

add alternative fonts

parent e8bd366e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -507,7 +507,7 @@ nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Helvetica';
  font-family: 'Helvetica', 'Roboto', 'Cantarell', Arial, sans-serif;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 24px;
@@ -531,7 +531,7 @@ nav .etheme_links > a {
    right: 0;
    top: 0;
    flex-direction: column;
    font-family: 'Helvetica';
    font-family: 'Helvetica', 'Roboto', 'Cantarell', Arial, sans-serif;
    height: 100%;
    background-color: var(--nav-background-color);
    z-index: 1000;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Helvetica';
  font-family: 'Helvetica', 'Roboto', 'Cantarell', Arial, sans-serif;

  text-transform: capitalize;
  line-height: 20px;
@@ -34,7 +34,7 @@ nav {
    right: 0;
    top: 0;
    flex-direction: column;
    font-family: 'Helvetica';
    font-family: 'Helvetica', 'Roboto', 'Cantarell', Arial, sans-serif;
    height: 100%;
    background-color: var(--nav-background-color);
    z-index: 1000;