Skip to content

Commit

Permalink
Swap fonts for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Jun 10, 2024
1 parent bba4898 commit a602d33
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions themes/nixcon-2024/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ a:hover { text-decoration: underline; }
h1 {
background-color: black;
color: #eeeeee;
font-family: "Jersey 25", monospace;
font-weight: 400;
font-family: "Oxanium", monospace;
font-weight: 700;
font-style: normal;
}

Expand All @@ -54,8 +54,8 @@ h1 {
padding: 0;
margin: 0;
list-style: none;
font-family: "Jersey 25", monospace;
font-weight: 400;
font-family: "Oxanium", monospace;
font-weight: 700;
font-style: normal;
font-size: 1.5rem;
display: flex;
Expand Down Expand Up @@ -158,12 +158,12 @@ footer {
}

@font-face {
font-family: 'Jersey 25';
font-family: 'Oxanium';
font-style: normal;
font-weight: 700;
font-display: swap;
font-weight: 400;
src: url(/fonts/jersey-25-latin-400-normal.woff2) format('woff2'), url(/fonts/jersey-25-latin-400-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
src: url(/fonts/oxanium-bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
Expand Down
Binary file removed themes/nixcon-2024/static/fonts/hack-bold.woff
Binary file not shown.
Binary file removed themes/nixcon-2024/static/fonts/hack-bold.woff2
Binary file not shown.
Binary file removed themes/nixcon-2024/static/fonts/hack-italic.woff
Binary file not shown.
Binary file removed themes/nixcon-2024/static/fonts/hack-italic.woff2
Binary file not shown.
Binary file removed themes/nixcon-2024/static/fonts/hack-regular.woff
Binary file not shown.
Binary file removed themes/nixcon-2024/static/fonts/hack-regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a602d33

Please sign in to comment.