f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"favicon": "<theme_url>img/favicon.png",
|
|
"css": ["<theme_url>css/theme.css"],
|
|
"fonts": ["//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic"],
|
|
"js": [],
|
|
"require-jquery": true,
|
|
"bootstrap-js": false
|
|
}
|