Skip to content

Commit

Permalink
feat(options): use 'Lato' as default font face in options app
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Oct 1, 2019
1 parent d2eae89 commit 4af6ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/options/App/ScreenWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import styled from 'styled-components';

export default styled.main`
width: 1340px;
font-family: 'Lato', sans-serif;
max-width: 100%;
margin: 0 auto;
background-color: #fff;
Expand Down

0 comments on commit 4af6ca1

Please sign in to comment.