Skip to content

Commit

Permalink
update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Aug 19, 2024
1 parent d3f7fef commit c6bc0eb
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 9 deletions.
8 changes: 8 additions & 0 deletions blog/git-diff-view-0-6-0-release.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Jura:[email protected]&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">


<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="stylesheet" type="text/css" href="/css/blog.css">


<meta name='author' content='[email protected] (Предраг Николић)'>
<meta name='description' content='The GitDiffView plugin for Sublime Text got a new UI and some UX improvements.'>
<meta name='keywords' content='sublime-text'>
Expand Down
8 changes: 8 additions & 0 deletions blog/pesme-moga-pradede.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Jura:[email protected]&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">


<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="stylesheet" type="text/css" href="/css/blog.css">


<meta name='author' content='[email protected] (Предраг Николић)'>
<meta name='description' content='Песмe препричава његов син Михајло Николић.'>
<meta name='keywords' content='Ован на мотору'>
Expand Down
8 changes: 8 additions & 0 deletions blog/visualize-your-database.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Jura:[email protected]&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">


<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="stylesheet" type="text/css" href="/css/blog.css">


<meta name='author' content='[email protected] (Предраг Николић)'>
<meta name='description' content='An <a href="https://www.npmjs.com/package/@predragnikolic/pn-show-db">npm tool</a> to visualize your database <br />and generate SQL with a local Ollama model.'>
<meta name='keywords' content='postgres, visualize, sql, ollama, phi, sqlcoder'>
Expand Down
Binary file added css/.DS_Store
Binary file not shown.
11 changes: 9 additions & 2 deletions css/blog.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.blog_body {
background: linear-gradient(top, #161e20, #192224);
color: #ddd;
font-family: 'Jura';
}

.blog_body h1, h2, h3 {
Expand All @@ -14,7 +15,8 @@
}

.blog_title {
font-size: 40px;
font-family: "myFirstFont";
font-size: 2.7rem;
padding-top: 20px;
}

Expand Down Expand Up @@ -43,6 +45,10 @@
font-weight: bold;
}

.blog pre {
font-family: 'Jura';
}

.blog .code-block {
white-space: pre-wrap;
display: block;
Expand Down Expand Up @@ -86,6 +92,7 @@
}

.blog code {
font-family: 'Jura';
background: #00000020;
padding: 0.1rem 0.4rem;
border-radius: 0.4rem;
Expand All @@ -105,4 +112,4 @@
font-size: 16px;
}

}
}
9 changes: 5 additions & 4 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
}

.profile_name {
font-family: "Yeseva One";
font-size: 38px;
letter-spacing: 1.5px;
margin-bottom: 0;
Expand All @@ -151,7 +152,7 @@
position: absolute;
top: 0;
left: 1.4rem;
width: 0.2rem;
width: 0.1rem;
height: 100%;
background: var(--b-color);
}
Expand All @@ -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);
}

Expand Down Expand Up @@ -229,4 +230,4 @@
.font-xxl {
font-size: 28px;
}
}
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<title>Предраг Николић</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;500;700&family=Source+Sans+3:wght@300;400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Jura:[email protected]&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">

<link rel="stylesheet" type="text/css" href="/main.css">
<meta name="description" content="Програмер из Ликодре."/>
Expand Down
4 changes: 2 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -51,4 +51,4 @@ hr {
#perlin-noise-bg {
position: absolute;
z-index: -1;
}
}
8 changes: 8 additions & 0 deletions src/base/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
<link rel="icon" href="/img/favicon.svg">
<meta name="theme-color" content="#161e20">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Jura:[email protected]&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap" rel="stylesheet">


<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="stylesheet" type="text/css" href="/css/blog.css">

<!-- {{BLOG_META}}-->
</head>
<body class="blog_body">
Expand Down

0 comments on commit c6bc0eb

Please sign in to comment.