Skip to content

Commit

Permalink
Adjusted font for heading
Browse files Browse the repository at this point in the history
  • Loading branch information
devleaks committed Jun 27, 2024
1 parent 7bd0c0e commit 4d06c6c
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 24 deletions.
74 changes: 74 additions & 0 deletions docs/.theme/assets/css/dracula-colors-roboto.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/* Devleaks personal preference for heading and emphasis
* (matches some Obsidian Dracula Theme at https://draculatheme.com/contribute)
*
* Last updated: 25-MAR-2024
*
*/
.md-typeset strong {
color: RGB(255, 184, 108);
}
.md-typeset em {
font-weight: bolder;
color: RGB(80, 250, 123);
}
.md-typeset i {
color: RGB(80, 250, 123);
}
.md-typeset b {
color: rgb(255, 202, 128);
}
.md-typeset del {
color: rgb(255, 149, 128);
}
.md-typeset mark {
background-color: RGBA(139, 233, 253, 0.8);
color: RGB(68, 71, 90);
}
.md-typeset code {
color: RGB(255, 184, 108) !important;
}
.md-typeset h1 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: RGB(189, 147, 249);
}
.md-typeset h2 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: RGB(255, 184, 108);
}
.md-typeset h3 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: RGB(80, 250, 123);
}
.md-typeset h4 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: RGB(255, 85, 85);
}
.md-typeset h5 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: RGB(241, 250, 140) !important;
}
.md-typeset h6 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: RGB(139, 233, 253);
}
.md-footer-copyright {
font-size: x-small;
}
43 changes: 19 additions & 24 deletions docs/.theme/assets/css/dracula-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Last updated: 25-MAR-2024
*
*/
@font-face {
font-family: "ABCArizona";
src: url("../fonts/ABCArizonaPlusVariable-Trial.woff2") format('woff2-variations');
}
.md-typeset strong {
color: RGB(255, 184, 108);
}
Expand All @@ -28,45 +32,36 @@
color: RGB(255, 184, 108) !important;
}
.md-typeset h1 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-family: "ABCArizona";
font-variation-settings: "wght" 500,"slnt" 0,"SRFF" 0.7;
color: RGB(189, 147, 249);
}
.md-typeset h2 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-family: "ABCArizona";
font-variation-settings: "wght" 500,"slnt" 0,"SRFF" 0.7;
color: RGB(255, 184, 108);
}
.md-typeset h3 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-family: "ABCArizona";
font-variation-settings: "wght" 500,"slnt" 0,"SRFF" 0.7;
color: RGB(80, 250, 123);
}
.md-typeset h4 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-family: "ABCArizona";
font-variation-settings: "wght" 300,"slnt" -10,"SRFF" 0.7;
font-size: larger;
color: RGB(255, 85, 85);
}
.md-typeset h5 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-family: "ABCArizona";
font-variation-settings: "wght" 250,"slnt" -10,"SRFF" 0.4;
font-size: larger;
color: RGB(241, 250, 140) !important;
}
.md-typeset h6 {
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-family: "ABCArizona";
font-variation-settings: "wght" 200,"slnt" -10,"SRFF" 0.4;
font-size: larger;
color: RGB(139, 233, 253);
}
.md-footer-copyright {
Expand Down
Binary file not shown.

0 comments on commit 4d06c6c

Please sign in to comment.