Temporary hack to get fonts working
This commit is contained in:
parent
d93e804a31
commit
7cea5e630c
2 changed files with 4 additions and 3 deletions
|
@ -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') !!}--}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue