Add build script, remove google fonts
This commit is contained in:
parent
fc044b987f
commit
2370e3c752
|
@ -19,10 +19,6 @@ article: null
|
|||
|
||||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<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=Cairo:wght@400;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/styles.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="/navigation.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="/footer.css" media="all" />
|
||||
|
|
2
build.sh
2
build.sh
|
@ -3,3 +3,5 @@
|
|||
lume
|
||||
cp -r ./img ./_site/
|
||||
cp -r ./unterricht/docs ./_site/unterricht/
|
||||
cp -r ./fonts ./_site/
|
||||
cp favicon.png ./_site/
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.page {
|
||||
font-family: 'Cairo', sans-serif;
|
||||
font-family: 'Overlock', sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 2em;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue