Last change
on this file was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 4 weeks ago |
Add project
|
-
Property mode
set to
100644
|
File size:
359 bytes
|
Rev | Line | |
---|
[d7b7f00] | 1 | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
|
---|
| 2 |
|
---|
| 3 | body, 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 |
|
---|
| 12 | a {
|
---|
| 13 | text-decoration: none;
|
---|
| 14 | color: inherit;
|
---|
| 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.