Temporary hack to get fonts working

This commit is contained in:
Dane Everitt 2020-07-03 14:51:40 -07:00
parent d93e804a31
commit 7cea5e630c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 3 deletions

View file

@ -30,6 +30,10 @@
</script>
@endif
@show
<style>
@import url('//fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
@import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');
</style>
@section('assets')
{{-- {!! $asset->css('main.css') !!}--}}