socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

styles.scss (274B)


      1 /* You can add global styles to this file, and also import other style files */
      2 @import url('https://fonts.googleapis.com/css?family=Lora');
      3 @import "~@angular/material/prebuilt-themes/indigo-pink.css";
      4 
      5 html { overflow:auto; }
      6 
      7 html, body {
      8   font-family: 'Lora', serif;
      9 }