From 4af6ca177d77aadb83a5dd1a861766eeb8c12d55 Mon Sep 17 00:00:00 2001 From: lutangar Date: Tue, 1 Oct 2019 11:57:52 +0200 Subject: [PATCH] feat(options): use 'Lato' as default font face in options app --- src/app/options/App/ScreenWrapper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/options/App/ScreenWrapper.ts b/src/app/options/App/ScreenWrapper.ts index 32c0de1f8..c1391f6e9 100644 --- a/src/app/options/App/ScreenWrapper.ts +++ b/src/app/options/App/ScreenWrapper.ts @@ -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;