diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-05 02:56:47 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-05 02:56:47 +0200 |
| commit | d99ba79d190d449f561cd4415d16a13584f43c10 (patch) | |
| tree | 47ff0e0b19934442dc67aab224fddbe1b18c0c37 /template/style.css | |
| parent | 19f2f45852d711443c5fdc2e4659ae095a6b58cb (diff) | |
| download | mitjafelicijan.com-d99ba79d190d449f561cd4415d16a13584f43c10.tar.gz | |
Added new fonts
Diffstat (limited to 'template/style.css')
| -rwxr-xr-x | template/style.css | 7 |
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 @@ | |||
| 28 | body { | 28 | body { |
| 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 { |
