Files
site/app/assets/css/main.css

12 lines
216 B
CSS
Raw Normal View History

/* Match brosner.com font */
html, body {
font-family: "Roboto Slab", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* Ensure navbar icons remain white like the original */
.icon > svg > path {
fill: #fff;
}