feat: 💄 Update the theme file to use "inter" font
        Simon Mulquin simon@octree.ch
        
        
        
        
        
        Tue, 18 Jan 2022 11:31:13 +0100
        
          1 files changed,
          6 insertions(+),
          0 deletions(-)
          
          jump to
            
            
            
            M
            
          
          frontend/theme.js
          
            → 
            frontend/theme.js
          
          
            
          @@ -32,6 +32,12 @@ },
}, }, }, + typography: { + fontFamily: [ + 'Inter', + 'sans-serif' + ] + }, breakpoints: { values: { xs: 0,