Skip to content

Commit

Permalink
Renew fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ki11dee committed Jan 11, 2025
1 parent 96cb481 commit 4776f10
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 108 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# in the templates via {{ site.myvariable }}.

title: '|<◊|ψ>|²'
logo :
logo :
description: >- # this means to ignore newlines until "baseurl:"
Popcorn Parrot
Expand Down
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
<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=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/monokai.min.css">
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<script type="text/javascript">
Expand Down
7 changes: 6 additions & 1 deletion _sass/jekyll-theme-minimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
body {
background-color: #1d178f;
padding:50px;
font: 19px/1.3 "VT323", "Courier New", monospace;
font: 14px/1.3 "Source Code Pro", "Courier New", monospace;
letter-spacing: -0.5px;
color:#c2c2c2;
font-weight:400;
}

@font-face {
font-family: 'Perfect DOS VGA 437';
src: url('/assets/fonts/PerfectDOSVGA437.ttf') format('truetype');
}

::selection {
background-color: #00ff00;
color: #000000;
Expand Down
Binary file removed assets/fonts/PerfectDOSVGA437.ttf
Binary file not shown.
Empty file.
104 changes: 0 additions & 104 deletions assets/fonts/dos437.txt

This file was deleted.

3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Hi, I'm currently a physics major at university in South Korea. One reason I mad

Main interests:

1. Physics, Art \| home base. Additional tags [tag_link] are below:
1. Physics, Art \| home base.
Additional tags [tag_link](./index.html):
- Physics and Mathematics [PhyX](./Phys/Phys_content.html)
- Some art portfolios [BP](./BP/BP_content.html)

Expand Down

0 comments on commit 4776f10

Please sign in to comment.