GithubHelp home page GithubHelp logo

Comments (7)

harunlegoz avatar harunlegoz commented on July 2, 2024 3

Same here for me. Loved the theme, but not being able to adjust the fonts is a showstopper.

from dracula-for-obsidian.md.

Amogh-Joshi avatar Amogh-Joshi commented on July 2, 2024 2

So the recent Obsidian Update has made the fonts for the headers too big. It takes up all of my screen and I'm not able to zoom out.

from dracula-for-obsidian.md.

Owlf-Dev avatar Owlf-Dev commented on July 2, 2024 1

Didn't work, at least not the way I did it. Sorry y'all, I just don't know enough about CSS, HTML, etc

Here is a fix to bring down the global font size:

:root
{
    --font-size-normal:              15px;
    --font-size-code:                16px;
    --font-size-side-dock:           16px;
    --font-size-side-dock-title:     18px;
    --font-size-status-bar:          16px;
    --font-size-h1:                  20px;
    --font-size-h2:                  19px;
    --font-size-h3:                  18px;
    --font-size-h4:                  17px;
    --font-size-h5:                  16px;
    --font-size-h6:                  15px;
    --font-family-editor:            Avenir, Avenir Next, sans-serif;
    --font-family-preview:           Avenir, Avenir Next, sans-serif;
}

from dracula-for-obsidian.md.

notflip avatar notflip commented on July 2, 2024

I'm having the same issue, I do love the colors of this theme! Great to look at

from dracula-for-obsidian.md.

OxSon avatar OxSon commented on July 2, 2024

My guess is that the section starting here is the culprit. I have very little CSS experience, but I'd think that changing the font size values from absolute (pixels) to relative (em?) might fix it. I'll experiment and submit a patch when I have the time which.... might not be for a long time--pretty busy right now.

from dracula-for-obsidian.md.

OxSon avatar OxSon commented on July 2, 2024

Didn't work, at least not the way I did it. Sorry y'all, I just don't know enough about CSS, HTML, etc

from dracula-for-obsidian.md.

skybay7 avatar skybay7 commented on July 2, 2024

Same here.
The theme is awesome tho

from dracula-for-obsidian.md.

yiwiz-sai avatar yiwiz-sai commented on July 2, 2024

I like this theme, but this problem is a fatal ~

from dracula-for-obsidian.md.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.