mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
11 lines
No EOL
343 B
Text
Executable file
11 lines
No EOL
343 B
Text
Executable file
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
|
|
@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"; |