mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
13 lines
694 B
Sass
13 lines
694 B
Sass
// In here are varibles used for sphinx_rtd_theme, they either add to or overwrite the default ones
|
|
// that are set in wyrm_core/wy_variables.sass. You'll find wyrm in bower_components if you're looking
|
|
// for a reference.
|
|
|
|
$font-awesome-dir: "../font/"
|
|
$static-img: "../img/"
|
|
$mathjax-color: $text-color
|
|
|
|
$base-font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
|
|
$custom-font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif
|
|
$custom-font-family2: Georgia, serif
|
|
$code-font-family: "Consolas", "Monaco", monospace
|