Files
fedizinefest-deprecated/style.css
T

12 lines
201 B
CSS
Raw Normal View History

2018-03-19 20:11:32 +00:00
/* CSS files add styling rules to your content */
2018-03-19 20:01:30 +00:00
body {
2018-03-19 20:11:32 +00:00
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
2018-03-19 20:01:30 +00:00
}
2017-10-10 12:57:38 +00:00
h1 {
2018-03-19 20:11:32 +00:00
font-style: italic;
color: #373fff;
2018-03-14 21:57:55 +00:00
}