No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
3 changed files with
8 additions and
2 deletions
-
assets/sass/main.scss
-
layouts/partials/base/header.html
-
static/pdf
|
@ -110,7 +110,11 @@ body { |
|
|
// font-size: 20px; |
|
|
// font-size: 20px; |
|
|
// font-size: 22px; |
|
|
// font-size: 22px; |
|
|
/* font-family: 'Source Code Pro', monospace; */ |
|
|
/* font-family: 'Source Code Pro', monospace; */ |
|
|
font-family: 'Hack', monospace; |
|
|
|
|
|
|
|
|
// font-family: 'Hack', monospace; |
|
|
|
|
|
// body { |
|
|
|
|
|
// font-family: 'Times New Roman', serif; |
|
|
|
|
|
font-family: "Computer Modern Serif"; |
|
|
|
|
|
// } |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
|
|
@ -20,6 +20,8 @@ |
|
|
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css"> --> |
|
|
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css"> --> |
|
|
<!-- <link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'> --> |
|
|
<!-- <link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'> --> |
|
|
<!-- <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="all" /> --> |
|
|
<!-- <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="all" /> --> |
|
|
|
|
|
<link rel="stylesheet" type="text/css" |
|
|
|
|
|
href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css"> |
|
|
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css"> |
|
|
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css"> |
|
|
{{ $main_sass := resources.Get "sass/main.scss" }} |
|
|
{{ $main_sass := resources.Get "sass/main.scss" }} |
|
|
{{ $main_style := $main_sass | resources.ToCSS }} |
|
|
{{ $main_style := $main_sass | resources.ToCSS }} |
|
|
|
@ -1 +1 @@ |
|
|
Subproject commit f96e4a7485601fe51a4171a83063f28e79a5a06a |
|
|
|
|
|
|
|
|
Subproject commit f0d3c7aca0c88322084afbf4b45d1122bfd840bd |