diff --git a/blog/git-diff-view-0-6-0-release.html b/blog/git-diff-view-0-6-0-release.html index 4306ecb..b8d6225 100644 --- a/blog/git-diff-view-0-6-0-release.html +++ b/blog/git-diff-view-0-6-0-release.html @@ -5,9 +5,17 @@ + + + + + + + + diff --git a/blog/pesme-moga-pradede.html b/blog/pesme-moga-pradede.html index 1c12506..af531b3 100644 --- a/blog/pesme-moga-pradede.html +++ b/blog/pesme-moga-pradede.html @@ -5,9 +5,17 @@ + + + + + + + + diff --git a/blog/visualize-your-database.html b/blog/visualize-your-database.html index f38055b..92a526c 100644 --- a/blog/visualize-your-database.html +++ b/blog/visualize-your-database.html @@ -5,9 +5,17 @@ + + + + + + + + diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000..2947801 Binary files /dev/null and b/css/.DS_Store differ diff --git a/css/blog.css b/css/blog.css index 00902d3..0ed886c 100644 --- a/css/blog.css +++ b/css/blog.css @@ -1,6 +1,7 @@ .blog_body { background: linear-gradient(top, #161e20, #192224); color: #ddd; + font-family: 'Jura'; } .blog_body h1, h2, h3 { @@ -14,7 +15,8 @@ } .blog_title { - font-size: 40px; + font-family: "myFirstFont"; + font-size: 2.7rem; padding-top: 20px; } @@ -43,6 +45,10 @@ font-weight: bold; } +.blog pre { + font-family: 'Jura'; +} + .blog .code-block { white-space: pre-wrap; display: block; @@ -86,6 +92,7 @@ } .blog code { + font-family: 'Jura'; background: #00000020; padding: 0.1rem 0.4rem; border-radius: 0.4rem; @@ -105,4 +112,4 @@ font-size: 16px; } -} \ No newline at end of file +} diff --git a/css/common.css b/css/common.css index 286dcb7..f3dda8d 100644 --- a/css/common.css +++ b/css/common.css @@ -128,6 +128,7 @@ } .profile_name { + font-family: "Yeseva One"; font-size: 38px; letter-spacing: 1.5px; margin-bottom: 0; @@ -151,7 +152,7 @@ position: absolute; top: 0; left: 1.4rem; - width: 0.2rem; + width: 0.1rem; height: 100%; background: var(--b-color); } @@ -166,11 +167,11 @@ z-index: 1; position: absolute; top: 0; - left: -3.2rem; + left: -3.15rem; width: 1rem; height: 1rem; border-radius: 50%; - border: 0.2rem solid var(--b-color); + border: 0.1rem solid var(--b-color); background: var(--background); } @@ -229,4 +230,4 @@ .font-xxl { font-size: 28px; } -} \ No newline at end of file +} diff --git a/index.html b/index.html index fa09f39..68069e2 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,9 @@ Предраг Николић - + + diff --git a/main.css b/main.css index 4a17867..43cd265 100644 --- a/main.css +++ b/main.css @@ -19,7 +19,7 @@ html, body { body { margin: 0; - font-family: 'JetBrains Mono', monospace; font-size: 18px; + font-family: 'Jura', monospace; font-size: 18px; color: var(--text); background-color: var(--background); } @@ -51,4 +51,4 @@ hr { #perlin-noise-bg { position: absolute; z-index: -1; -} \ No newline at end of file +} diff --git a/src/base/layout.html b/src/base/layout.html index 422ea48..cd9e74e 100644 --- a/src/base/layout.html +++ b/src/base/layout.html @@ -5,8 +5,16 @@ + + + + + + + +