Files
fedizinefest-deprecated/styles.css
T

10 lines
252 B
CSS
Raw Normal View History

2018-03-19 20:01:30 +00:00
/* this CSS (cascading stylesheet) includes rules for how our webpage looks */
body {
font-family:"Benton Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",helvetica,arial,sans-serif;
}
2017-10-10 12:57:38 +00:00
h1 {
2018-03-14 22:08:44 +00:00
font-style: italic
2018-03-14 21:57:55 +00:00
}