Skip to content

Commit

Permalink
feat: font changed and unnecessary things removed
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineo committed Oct 23, 2024
1 parent 4132da6 commit 262d83e
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 732 deletions.
31 changes: 0 additions & 31 deletions assets/saas/fonts.scss

This file was deleted.

Binary file removed static/fonts/Georgia.ttf
Binary file not shown.
63 changes: 0 additions & 63 deletions themes/hugo-texify3/assets/sass/fonts.scss

This file was deleted.

3 changes: 1 addition & 2 deletions themes/hugo-texify3/assets/sass/layouts/common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@use "sass:math";

@import "../vars";
@import "../fonts";

// global
* {
Expand All @@ -13,6 +12,7 @@
body {
background-color: var(--bg);
color: var(--fg);
font-family: "Fira Code", monospace;
}

a {
Expand Down Expand Up @@ -51,7 +51,6 @@ hr {
background-color: var(--bg);
display: flex;
flex-direction: column;
font-family: "Latin Modern Roman", "Times New Roman", serif;
min-height: 100vh;
overflow-wrap: break-word;
padding: 1rem $padding;
Expand Down
3 changes: 0 additions & 3 deletions themes/hugo-texify3/assets/sass/layouts/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
pre {
background-color: var(--bg_s) !important;
border-radius: $radius;
font-family: "Latin Modern Mono", Courier, monospace;
position: relative;
overflow-x: auto;
padding: 1rem;

Expand All @@ -67,7 +65,6 @@
code {
background-color: var(--bg_s);
border-radius: $radius;
font-family: "Latin Modern Mono", Courier, monospace;
padding: 0 0.2rem;
}

Expand Down
1 change: 0 additions & 1 deletion themes/hugo-texify3/assets/sass/layouts/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
input {
color: var(--fg1);
background-color: var(--bg_s);
font-family: sans-serif;
padding-left: 10px;
width: 200px;
height: 1.8rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
border-radius: 5px;
transition: 25ms ease-out;
padding: 0.5em 0.75em;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
Expand Down
23 changes: 0 additions & 23 deletions themes/hugo-texify3/exampleSite/content/_index.md

This file was deleted.

47 changes: 0 additions & 47 deletions themes/hugo-texify3/exampleSite/content/posts/emoji-support.md

This file was deleted.

Loading

0 comments on commit 262d83e

Please sign in to comment.