aboutsummaryrefslogtreecommitdiff
path: root/_scss
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-11 18:07:36 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-11 18:07:36 +0300
commit52229c47f4157e2250abe6981809efaf879d4742 (patch)
treedd86a2a5a8e957149ccddd23d0621a5af24bad3a /_scss
parente9b71646817371a220d8e8368224a473e45aa427 (diff)
downloadpopov.link-52229c47f4157e2250abe6981809efaf879d4742.tar.xz
popov.link-52229c47f4157e2250abe6981809efaf879d4742.zip
Font update
Diffstat (limited to '_scss')
-rw-r--r--_scss/_main.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/_scss/_main.scss b/_scss/_main.scss
index ffafd9f..7a7880c 100644
--- a/_scss/_main.scss
+++ b/_scss/_main.scss
@@ -1,8 +1,8 @@
@import 'flexbox';
@import 'tools';
-$monospaced-font: 'Roboto Mono', monospace;
-$sans-serif-font: 'Roboto', sans-serif;
+$monospaced-font: 'PT Mono', monospace;
+$sans-serif-font: 'PT Sans', sans-serif;
$darker-bg-color: #f8f8f8;
$darker-fg-color: #000;
@@ -16,7 +16,7 @@ $fg-color: #323232;
}
html {
- font-size: 62.5%;
+ font-size: 70%;
}
body {
@@ -27,7 +27,6 @@ body {
font-family: $sans-serif-font;
font-size: 1.6em;
font-weight: 400;
- line-height: 1.8em;
@include mobile-screen() {
font-size: 1.4em;
@@ -37,7 +36,6 @@ body {
a {
color: $fg-color;
- font-weight: 700;
text-decoration: none;
&:focus,
@@ -126,6 +124,7 @@ table {
.navigation {
font-family: $monospaced-font;
+ font-weight: 700;
height: 6rem;
width: 100%;
@@ -254,6 +253,7 @@ table {
.about {
font-family: $monospaced-font;
+ font-weight: 700;
text-align: center;
h1 {