summaryrefslogtreecommitdiff
path: root/html/app/views/basic.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/app/views/basic.php')
-rw-r--r--html/app/views/basic.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/html/app/views/basic.php b/html/app/views/basic.php
index 3d9abde..39bdf00 100644
--- a/html/app/views/basic.php
+++ b/html/app/views/basic.php
@@ -6,13 +6,10 @@
<title>ΣΚΛΑΒΕΝΙΤΗΣ - <?=$page['title']?></title>
<!-- import assets -->
- <?php link_asset(
- 'font',
- ['iconfont', 'CFAstyStdBold', 'CFAstyStdBook', 'CFAstyStdMedium'],
- 'crossorogin'
- ) ?>
- <?php link_asset('css', ['main']); ?>
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- TODO: parse seo data -->