mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 07:02:46 +08: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 "pages";
|
||||
|
||||
body {
|
||||
font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<style>
|
||||
@if (!app()->environment('testing'))
|
||||
{!! file_get_contents(public_path('/css/export-styles.css')) !!}
|
||||
{!! file_get_contents(public_path('/dist/export-styles.css')) !!}
|
||||
@endif
|
||||
</style>
|
||||
@yield('head')
|
||||
|
|
Loading…
Reference in New Issue
Block a user