mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +08:00
19 lines
304 B
CSS
19 lines
304 B
CSS
|
|
||
|
/* Ck-editor */
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
||
|
|
||
|
@media print {
|
||
|
body {
|
||
|
margin: 0 !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.main-container {
|
||
|
font-family: 'Lato';
|
||
|
}
|
||
|
|
||
|
.ck-content {
|
||
|
font-family: 'Lato';
|
||
|
line-height: 1.6;
|
||
|
word-break: break-word;
|
||
|
}
|