dev-resources.site
for different kinds of informations.
Custom font on GitHub
Published at
8/7/2022
Categories
github
font
extension
Author
Krzysztof Ε»uraw
Main Article
To set your favourite font to be on GitHub you need:
- Refined GitHub extension
- Go to options of this extension. For Chrome: click on 3 dots on installed extension on
Extensions
list and selectOptions
- Paste following CSS into
Custom CSS
text-area
pre,
code,
.blob-code,
.blob-code-marker,
.input-monospace,
.markdown-body code {
font-family: MonoLisa;
}
- You can change fonts/colours for other parts of GitHub using
Custom CSS
option
Articles
12 articles in total
How to link a local npm dependency with pnpm
read article
How you properly test your React hook methods
read article
Composition vs props in React
read article
Polymorphic components in React
read article
Sharing configs between Storybook and Vite
read article
Auto update readme on GitHub with Deno
read article
Site search in Raycast
read article
Polymorphic react component with vanilla-extract
read article
Eslint rule to restrict imports
read article
Executing scripts when docker starts
read article
How to type Next.js env variables in TypeScript
read article
Custom font on GitHub
currently reading
Featured ones: