chore: fix docs site font css custom props

This commit is contained in:
jorenbroekema 2021-10-26 22:57:00 +02:00 committed by Thomas Allmer
parent dcabda2d65
commit eb61cbfed2

View file

@ -18,4 +18,10 @@ html {
/* search colors*/
--rocket-search-highlight-color: #2c3e50;
--text-color: black;
--primary-font-family: 'Open Sans', sans-serif;
--secondary-font-family: 'Montserrat', sans-serif;
--monospace-font-family: 'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', 'Courier',
monospace;
}