mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
12 lines
372 B
Text
Executable file
12 lines
372 B
Text
Executable file
// prettier-ignore
|
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
|
|
// prettier-ignore
|
|
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i);
|
|
|
|
@is-overleaf : false;
|
|
@is-overleaf-light : false;
|
|
@show-rich-text : false;
|
|
|
|
// Core variables and mixins
|
|
@import 'core/variables.less';
|
|
@import '_style_includes.less';
|