Coder Social home page Coder Social logo

Adding a custom font about themerevision HOT 6 CLOSED

greyaz avatar greyaz commented on June 1, 2024
Adding a custom font

from themerevision.

Comments (6)

greyaz avatar greyaz commented on June 1, 2024 1

You can find fonts related codes in the file Asset/dev/basics.css line 8.
Please follow the instruction here to edit:
https://github.com/greyaz/ThemeRevision#other-styles

from themerevision.

dangerstudios avatar dangerstudios commented on June 1, 2024

ok cool, I've got that in there, how do I link it to the font?
--style-fontfamily: "IBM Plex Mono"; /* "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */

from themerevision.

greyaz avatar greyaz commented on June 1, 2024

Your code should work after refresh the browser if you have installed this font in your computer.
But "IBM plex Mono" is not a system default font, I recommend you approach it in another way:

  1. Goto Settings > Application settings in Kanboard
  2. Paste the codes below into "Custom Stylesheet":
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&display=swap');

body{
font-family: 'IBM Plex Mono', monospace !important;
}

from themerevision.

dangerstudios avatar dangerstudios commented on June 1, 2024

ah ok, I'll give it a go , cheers!

from themerevision.

dangerstudios avatar dangerstudios commented on June 1, 2024

Your code should work after refresh the browser if you have installed this font in your computer. But "IBM plex Mono" is not a system default font, I recommend you approach it in another way:

  1. Goto Settings > Application settings in Kanboard
  2. Paste the codes below into "Custom Stylesheet":
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&display=swap');

body{
font-family: 'IBM Plex Mono', monospace !important;
}

yes totally works now, cheers!

from themerevision.

greyaz avatar greyaz commented on June 1, 2024

👍

from themerevision.

Related Issues (19)

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.