mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated exports to use DejaVu font
Provides potentially better language font coverage.
This commit is contained in:
parent
1ad6fe1cbd
commit
b42b07179f
@ -10,6 +10,10 @@
|
|||||||
@import "lists";
|
@import "lists";
|
||||||
@import "pages";
|
@import "pages";
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
@if (!app()->environment('testing'))
|
@if (!app()->environment('testing'))
|
||||||
{!! file_get_contents(public_path('/css/export-styles.css')) !!}
|
{!! file_get_contents(public_path('/dist/export-styles.css')) !!}
|
||||||
@endif
|
@endif
|
||||||
</style>
|
</style>
|
||||||
@yield('head')
|
@yield('head')
|
||||||
|
Loading…
Reference in New Issue
Block a user