aboutsummaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-14 12:25:00 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-14 12:25:00 +0200
commite7415261d07082765995a70eb959aef31c5ac216 (patch)
tree6d4d2cfdb2d595074572bd7e510d9ef3fc15f75c /assets/style.css
parenta04255d92cfdad56385ee6d94309bc8b493a613a (diff)
downloadreploy-e7415261d07082765995a70eb959aef31c5ac216.tar.gz
reploy-e7415261d07082765995a70eb959aef31c5ac216.tar.bz2
source up the gfonts, switch to barlow (as recommended by comms)
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/assets/style.css b/assets/style.css
index de296ed..d97b1ed 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -1,6 +1,6 @@
html {
- font-family: 'Roboto', sans-serif;
- font-size: 12pt;
+ font-family: 'Barlow', sans-serif;
+ font-size: 13pt;
line-height: 1.5;
color: #000;
}
@@ -40,9 +40,9 @@ body {
}
h1, h2, h3, h4, h5, h6 {
- font-family: 'Roboto Condensed', sans-serif;
- color: #444;
- border-bottom: 1pt solid #eee;
+ font-family: 'Barlow Condensed', sans-serif;
+ color: #555;
+ border-bottom: 1pt solid #e8e8e8;
}
h1 {
@@ -129,7 +129,7 @@ main {
.topbar-text {
padding-bottom: 1rem;
- font-family: 'Roboto Condensed', sans-serif;
+ font-family: 'Barlow Condensed', sans-serif;
font-weight: 300;
line-height: 1.2;
color: #777;
@@ -139,13 +139,13 @@ main {
.header-title {
align-self: flex-end;
font-size: 300%;
- margin-left: 1em;
+ margin-left: .6em;
}
.header-subtitle {
align-self: flex-end;
font-size: 120%;
- max-width: 8em;
+ max-width: 7em;
margin-left: .5em;
padding-left: .5em;
margin-bottom: 0.3em;
@@ -224,7 +224,7 @@ main {
margin-left: 2rem;
max-width: 75%;
- font: 'Roboto Condensed', sans-serif;
+ font: 'Barlow Condensed', sans-serif;
font-size: 80%;
color: #777;
}