Skip to content
Snippets Groups Projects

Style font

Merged Agnethe Kval-Engstad requested to merge style-font into development
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
 
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@tailwind base;
@tailwind base;
@tailwind components;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
html {
html {
background-color: var(--standard-color);
background-color: var(--standard-color);
 
font-family: 'Manrope', sans-serif;
}
}
#app {
#app {
Loading