back up from last week since I forgot to push everything.
This commit is contained in:
@ -10,8 +10,15 @@
|
||||
{{ color_palette.header_color }}
|
||||
*/
|
||||
|
||||
body, html {
|
||||
font-family: 'Lato', 'Roboto', sans-serif;
|
||||
@font-face {
|
||||
font-family: "glassdoor-regular";
|
||||
src: url("https://s3.amazonaws.com/static.northpass.com/Glassdoor/GlassdoorSans-Regular.otf") format("opentype");
|
||||
}
|
||||
|
||||
body,
|
||||
main,
|
||||
html {
|
||||
font-family: 'glassdoor-regular', sans-serif;
|
||||
background: #fff;
|
||||
color: #0d0d0d;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user