mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-10 17:10:47 +01:00
7 lines
371 B
PHP
7 lines
371 B
PHP
|
<!-- Custom icons font-awesome -->
|
||
|
<style>{!! str_replace('../', 'studio/', file_get_contents(base_path("assets/external-dependencies/fontawesome.css"))) !!}</style>
|
||
|
|
||
|
@include('layouts.fonts')
|
||
|
|
||
|
<style>{!! file_get_contents(base_path("assets/linkstack/css/normalize.css")) !!}</style>
|
||
|
<style>{!! file_get_contents(base_path("assets/linkstack/css/animate.css")) !!}</style>
|