source: CookCraft-FrontEnd/CookCraft-FrontEnd-master/cookcraft-app/src/css/index.css@ f08e256

Last change on this file since f08e256 was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 4 weeks ago

Add project

  • Property mode set to 100644
File size: 359 bytes
RevLine 
[d7b7f00]1@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
2
3body, h1, h2, h3, h4, h5, h6, p, a, div, span, input, button {
4 font-family: 'Poppins', sans-serif;
5 margin: 0;
6 padding: 0;
7 color: #000;
8 line-height: 1.6;
9 text-decoration: none;
10}
11
12a {
13 text-decoration: none;
14 color: inherit;
15}
Note: See TracBrowser for help on using the repository browser.