Updated exports to use DejaVu font

Provides potentially better language font coverage.
This commit is contained in:
Dan Brown 2018-03-17 17:12:01 +00:00
parent 1ad6fe1cbd
commit b42b07179f
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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')