Font update

This commit is contained in:
Valentin Popov 2018-04-11 15:07:36 +00:00
parent e9b7164681
commit 52229c47f4
2 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@
<title>{{ title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</title> <title>{{ title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</title>
<!-- Google Fonts --> <!-- Google Fonts -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto|Roboto+Mono" /> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Mono|PT+Sans" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url | uri_escape }}" /> <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url | uri_escape }}" />

View File

@ -1,8 +1,8 @@
@import 'flexbox'; @import 'flexbox';
@import 'tools'; @import 'tools';
$monospaced-font: 'Roboto Mono', monospace; $monospaced-font: 'PT Mono', monospace;
$sans-serif-font: 'Roboto', sans-serif; $sans-serif-font: 'PT Sans', sans-serif;
$darker-bg-color: #f8f8f8; $darker-bg-color: #f8f8f8;
$darker-fg-color: #000; $darker-fg-color: #000;
@ -16,7 +16,7 @@ $fg-color: #323232;
} }
html { html {
font-size: 62.5%; font-size: 70%;
} }
body { body {
@ -27,7 +27,6 @@ body {
font-family: $sans-serif-font; font-family: $sans-serif-font;
font-size: 1.6em; font-size: 1.6em;
font-weight: 400; font-weight: 400;
line-height: 1.8em;
@include mobile-screen() { @include mobile-screen() {
font-size: 1.4em; font-size: 1.4em;
@ -37,7 +36,6 @@ body {
a { a {
color: $fg-color; color: $fg-color;
font-weight: 700;
text-decoration: none; text-decoration: none;
&:focus, &:focus,
@ -126,6 +124,7 @@ table {
.navigation { .navigation {
font-family: $monospaced-font; font-family: $monospaced-font;
font-weight: 700;
height: 6rem; height: 6rem;
width: 100%; width: 100%;
@ -254,6 +253,7 @@ table {
.about { .about {
font-family: $monospaced-font; font-family: $monospaced-font;
font-weight: 700;
text-align: center; text-align: center;
h1 { h1 {