Skip to content

Instantly share code, notes, and snippets.

@brandonsueur
Created October 27, 2018 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonsueur/ab3ac432d6740a0db1c258d08f1a22be to your computer and use it in GitHub Desktop.
Save brandonsueur/ab3ac432d6740a0db1c258d08f1a22be to your computer and use it in GitHub Desktop.
App.css
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,600,600i,700,700i');
:root {
/* colors */
--colorBlue: #6C87EF;
/* fonts */
--fontSize : 16px;
--fontColor :#1d1f21;
--fontFamily: 'Lato';
}
body{
font-family: var(--fontFamily);
color: var(--fontColor);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment