style(font): add Roboto Slab via Google Fonts and global CSS to match existing site
This commit is contained in:
11
app/assets/css/main.css
Normal file
11
app/assets/css/main.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user