Skip to content

Commit

Permalink
Merge pull request #5 from decentraland/fix/latto
Browse files Browse the repository at this point in the history
fix: changed lato with sf
  • Loading branch information
Juan Cazala authored Jun 26, 2018
2 parents 1d21c50 + 1b3f6ae commit 4da8d1e
Show file tree
Hide file tree
Showing 25 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/Header/Header.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.ui.header {
font-family: var(--font-print);
}

.ui.header.sub + .ui.header {
margin-top: 0.3em;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Mana/Mana.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
color: var(--neon-blue);
font-style: normal;
padding-right: 0.3em;
transform: translateY(-0.1em);
transform: translateY(-0.06em);
display: inline-block;
}

Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
color: var(--secondary-text);
border-radius: var(--radius);
text-transform: uppercase;
font-family: var(--font-print);
}

.dcl.navbar .ui.menu .item:hover,
Expand Down
13 changes: 13 additions & 0 deletions src/themes/base-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,16 @@
--dark: #181f33;
--dark-blue-grey: #0a0f1f;
}

body {
font-family: var(--font-print);
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-print);
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4da8d1e

Please sign in to comment.