Skip to content

Commit

Permalink
set global font family to fira code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 8, 2024
1 parent 8ef5afd commit 274f692
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
@import "misc/round-items.css";
@import "panel/statuspanel.css";

/* Global font and font size */
* {
font-family: "Fira Code" !important;
/* font-size: 10pt !important; */
}

/* Change the default ugly cyan color in various elements/UI */
:root,
panel,
Expand Down
6 changes: 6 additions & 0 deletions chrome/userContent.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Global font and font size */
* {
font-family: "Fira Code" !important;
/* font-size: 10pt !important; */
}

/* Based on: https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/compact_about_config.css */
/* Compact about:config list */
@-moz-document url("about:config") {
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ My Tailor-Fitted highly customized and advanced [Firefox](https://www.mozilla.or
- Centered text in the url bar
- Colored overlay on the url bar based on the type of the connection
- RGB animation on the url bar address
- Global font family and size
- Other various fixes and tweaks
- Custom addons configuration
- Userscripts
Expand Down

0 comments on commit 274f692

Please sign in to comment.