Skip to content

Commit

Permalink
Import fonts from main site
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Mar 26, 2023
1 parent 83ec0fb commit d908264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

<meta name="generator" content="{{ eleventy.generator }}">

<link rel="stylesheet" href="https://www.silentselene.net/static/fonts/Lato.css">
<link rel="stylesheet" href="https://www.silentselene.net/static/fonts/EBGaramond.css">
<link rel="stylesheet" href="/main.css">
</head>
<body>
Expand Down
7 changes: 2 additions & 5 deletions content/main.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

// TODO: Import fonts from main site
header
background-color: #420080
min-height: 50px
Expand All @@ -11,7 +8,6 @@ header
.home-link
display: block
color: white
// TODO: Import EB Garamond from main site
font: 600 27px "EB Garamond", "Times New Roman", serif
margin: auto 10px
margin-block: 5px 5px
Expand All @@ -21,4 +17,5 @@ main
max-width: 800px

.post-metadata
font: 200 14px "Lato", "Arial", sans-serif
font: 400 14px "Lato", "Arial", sans-serif
color: grey

0 comments on commit d908264

Please sign in to comment.