From: danix Date: Sun, 26 Feb 2023 10:27:44 +0000 (+0100) Subject: fixed fonts X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=9406f5269846e5eb4560181fe1d14cbb740df6d6 fixed fonts --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 975f277..88dd962 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -60,6 +60,8 @@ a { outline: none; } --ref-icon: url("commit-dark.svg"); --tag-icon: url("tag-dark.svg"); --branch-icon: url("merge-dark.svg"); + --rss-icon:url("rss-dark.svg"); + --opml-icon:url("opml-dark.svg"); } @media screen and (prefers-color-scheme: dark) { :root { @@ -72,6 +74,8 @@ a { outline: none; } --ref-icon: url("commit.svg"); --tag-icon: url("tag.svg"); --branch-icon: url("merge.svg"); + --rss-icon:url("rss.svg"); + --opml-icon:url("opml.svg"); } } @@ -163,7 +167,7 @@ td, th { padding: 0 27px; margin-bottom: 20px; font-size: 20px; - font-family: Helvetica, Arial, Freesans, Clean, sans-serif; + font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif; background: var(--bg); /* old browsers */ background: -moz-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--bg-alt))); /* webkit */ @@ -231,7 +235,7 @@ a.rss_logo { color: #ffffff; background-color: #ff6600; font-weight: bold; - font-family: sans-serif; + font-family: 'Montserrat', sans-serif; font-size: 80%; text-align: center; text-decoration: none; @@ -424,13 +428,13 @@ th .header { } .readme pre { - font-family: monospace; + font-family: 'Red Hat Mono', monospace; margin: 1em 0; white-space: pre; } .readme tt, .readme code, .readme kbd, .readme samp { - font-family: monospace; + font-family: 'Red Hat Mono', monospace; } .readme blockquote { diff --git a/gitweb-danixland/opml-dark.svg b/gitweb-danixland/opml-dark.svg new file mode 100644 index 0000000..6f3ecf9 --- /dev/null +++ b/gitweb-danixland/opml-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gitweb-danixland/opml.svg b/gitweb-danixland/opml.svg new file mode 100644 index 0000000..11f8fd9 --- /dev/null +++ b/gitweb-danixland/opml.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gitweb-danixland/rss-dark.svg b/gitweb-danixland/rss-dark.svg new file mode 100644 index 0000000..28197d9 --- /dev/null +++ b/gitweb-danixland/rss-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gitweb-danixland/rss.svg b/gitweb-danixland/rss.svg new file mode 100644 index 0000000..b66b340 --- /dev/null +++ b/gitweb-danixland/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file