back up from last week since I forgot to push everything.

This commit is contained in:
Norm Rasmussen
2023-08-21 08:54:37 -04:00
parent 26878f172e
commit 84b6e51a40
6 changed files with 105 additions and 11 deletions

View File

@ -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;
}