aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-07-05 02:56:47 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-07-05 02:56:47 +0200
commitd99ba79d190d449f561cd4415d16a13584f43c10 (patch)
tree47ff0e0b19934442dc67aab224fddbe1b18c0c37 /template/style.css
parent19f2f45852d711443c5fdc2e4659ae095a6b58cb (diff)
downloadmitjafelicijan.com-d99ba79d190d449f561cd4415d16a13584f43c10.tar.gz
Added new fonts
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/style.css b/template/style.css
index e24f25f..735c082 100755
--- a/template/style.css
+++ b/template/style.css
@@ -1,4 +1,4 @@
1@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap'); 1/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');*/
2 2
3:root { 3:root {
4 --base-document-width: 640px; 4 --base-document-width: 640px;
@@ -28,7 +28,8 @@
28body { 28body {
29 background: white; 29 background: white;
30 /*font-family: 'Times New Roman', Times, serif;*/ 30 /*font-family: 'Times New Roman', Times, serif;*/
31 font-family: 'IBM Plex Sans', sans-serif; 31 /*font-family: 'IBM Plex Sans', sans-serif;*/
32 font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
32 color: var(--base-color); 33 color: var(--base-color);
33 font-size: var(--base-font-size); 34 font-size: var(--base-font-size);
34 line-height: var(--base-line-heigh); 35 line-height: var(--base-line-heigh);
@@ -150,7 +151,7 @@ blockquote p {
150 151
151.navigation header .home { 152.navigation header .home {
152 font-size: 130%; 153 font-size: 130%;
153 font-weight: 900; 154 font-weight: 700;
154} 155}
155 156
156.navigation header .home a { 157.navigation header .home a {