Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ui/app/components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const NavBar = ({ isLoggedIn, login, logout }) => (
<Navbar.Brand>
<Link to="/exports/new">
<img className="logo" src={hotLogo} role="presentation" />
<span>Export Tool</span>
</Link>
</Navbar.Brand>
</Navbar.Header>
Expand Down
Binary file added ui/app/css/Barlow-Bold.ttf
Binary file not shown.
20 changes: 19 additions & 1 deletion ui/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
}
}

@font-face {
font-family: "Barlow";
src: url("./Barlow-Bold.ttf");
font-display: swap;
font-weight: 700;
}

html,
body {
width: 100%;
Expand All @@ -46,6 +53,9 @@ a {

.navbar-brand {
padding: 0;
display: flex;
align-items: flex-end;
gap: 10px;
}

.navbar-default {
Expand All @@ -55,7 +65,15 @@ a {
.navbar-brand .logo {
margin-left: 20px;
margin-top: 10px;
height: 42px;
height: 35px;
}

.navbar-brand span {
line-height: 40px;
font-family: "Barlow"; /* hot-font-sans-variant */
font-weight: 700;
font-size: 1.4rem;
color: #2C3038; /* hot-color-neutral-950 */
}

.navbar-default .navbar-nav > li > a {
Expand Down
2 changes: 1 addition & 1 deletion ui/app/images/hot-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading