Skip to content

Instantly share code, notes, and snippets.

@leihuagh
Created May 30, 2018 13:07
Show Gist options
  • Select an option

  • Save leihuagh/718aa25bcca5f110d0dc3dc5ccdd6935 to your computer and use it in GitHub Desktop.

Select an option

Save leihuagh/718aa25bcca5f110d0dc3dc5ccdd6935 to your computer and use it in GitHub Desktop.
angular material base imports
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
background-color: #efefef;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment