mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
Fix CSS loading
This commit is contained in:
parent
78b56a21f6
commit
ee6600343b
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{{ page.title }} | KYS</title>
|
||||
<link rel="stylesheet" type="text/css" href="/_css/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
{% include nav.html %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
|
||||
.body {
|
||||
font-family: 'Roboto', sans-serif;
|
Loading…
Reference in New Issue
Block a user