gnome 3 panel and menu fonts are too small











up vote
4
down vote

favorite












Gnome 3 panel and menu fonts are way too small. (I like using menu's as long as I used mouse and keyboard. Touchscreen, now, that would be different) Is there a tool or extension or anything that can adjust those?



I did figure out one way to do it, after spending far too much time on this question. In gnome tweaks, font settings, first adjust (font) scaling until panel and menu fonts look good. Then set the rest of the fonts until whole desktop looks nice. But this is a clumsy way to do it. For one thing, you cannot change panel/menu font this way. Only size.



Is there any way to adjust those, short of patching gnome 3 sources and recompiling the whole desktop? As far as I can figure it out, that is the only other way...










share|improve this question


























    up vote
    4
    down vote

    favorite












    Gnome 3 panel and menu fonts are way too small. (I like using menu's as long as I used mouse and keyboard. Touchscreen, now, that would be different) Is there a tool or extension or anything that can adjust those?



    I did figure out one way to do it, after spending far too much time on this question. In gnome tweaks, font settings, first adjust (font) scaling until panel and menu fonts look good. Then set the rest of the fonts until whole desktop looks nice. But this is a clumsy way to do it. For one thing, you cannot change panel/menu font this way. Only size.



    Is there any way to adjust those, short of patching gnome 3 sources and recompiling the whole desktop? As far as I can figure it out, that is the only other way...










    share|improve this question
























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      Gnome 3 panel and menu fonts are way too small. (I like using menu's as long as I used mouse and keyboard. Touchscreen, now, that would be different) Is there a tool or extension or anything that can adjust those?



      I did figure out one way to do it, after spending far too much time on this question. In gnome tweaks, font settings, first adjust (font) scaling until panel and menu fonts look good. Then set the rest of the fonts until whole desktop looks nice. But this is a clumsy way to do it. For one thing, you cannot change panel/menu font this way. Only size.



      Is there any way to adjust those, short of patching gnome 3 sources and recompiling the whole desktop? As far as I can figure it out, that is the only other way...










      share|improve this question













      Gnome 3 panel and menu fonts are way too small. (I like using menu's as long as I used mouse and keyboard. Touchscreen, now, that would be different) Is there a tool or extension or anything that can adjust those?



      I did figure out one way to do it, after spending far too much time on this question. In gnome tweaks, font settings, first adjust (font) scaling until panel and menu fonts look good. Then set the rest of the fonts until whole desktop looks nice. But this is a clumsy way to do it. For one thing, you cannot change panel/menu font this way. Only size.



      Is there any way to adjust those, short of patching gnome 3 sources and recompiling the whole desktop? As far as I can figure it out, that is the only other way...







      gnome3






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 10 at 5:53









      Juha Mäkinen

      212




      212






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          You may use (GNOME) Tweaks, previously known as (GNOME) Tweak Tool. It's a graphical interface for advanced GNOME 3 settings.



          You should get what you're looking for in this tool:



          enter image description here

          (screenshot source)





          You may create a custom CSS override for the shell theme in your home directory and load it from there to change the font of the top bar (which is controlled by the shell theme). To do that follow the steps below.




          1. Create a directory, say MyTheme in ~/.themes.

          2. Create another directory inside MyTheme called gnome-shell.

          3. Create an empty document in this gnome-shell directory and name it gnome-shell.css.


          4. Open this gnome-shell.css in a text editor and add the following lines



            stage {
            font-family: FONT_NAME, Sans-Serif;
            font-size: 14pt;
            color: #ffffff;
            }


            Replace FONT_NAME by a font of your choice and change the font-size to your liking (you may change colour too) and save the file.



          5. Install and activate the User themes extension from here.


          6. Go to Appearance section of Tweaks and click on the drop-down box next to "Shell theme". MyTheme should appear in the drop-down list. Select it.


          7. Log out and log in again.







          share|improve this answer























          • Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
            – Juha Mäkinen
            Jan 13 at 18:00










          • @JuhaMäkinen Please try the steps I added to my answer and report back.
            – pomsky
            Jan 14 at 0:56










          • So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
            – Basel Shishani
            Aug 22 at 1:59










          • @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
            – pomsky
            Aug 22 at 6:34











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f415983%2fgnome-3-panel-and-menu-fonts-are-too-small%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          You may use (GNOME) Tweaks, previously known as (GNOME) Tweak Tool. It's a graphical interface for advanced GNOME 3 settings.



          You should get what you're looking for in this tool:



          enter image description here

          (screenshot source)





          You may create a custom CSS override for the shell theme in your home directory and load it from there to change the font of the top bar (which is controlled by the shell theme). To do that follow the steps below.




          1. Create a directory, say MyTheme in ~/.themes.

          2. Create another directory inside MyTheme called gnome-shell.

          3. Create an empty document in this gnome-shell directory and name it gnome-shell.css.


          4. Open this gnome-shell.css in a text editor and add the following lines



            stage {
            font-family: FONT_NAME, Sans-Serif;
            font-size: 14pt;
            color: #ffffff;
            }


            Replace FONT_NAME by a font of your choice and change the font-size to your liking (you may change colour too) and save the file.



          5. Install and activate the User themes extension from here.


          6. Go to Appearance section of Tweaks and click on the drop-down box next to "Shell theme". MyTheme should appear in the drop-down list. Select it.


          7. Log out and log in again.







          share|improve this answer























          • Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
            – Juha Mäkinen
            Jan 13 at 18:00










          • @JuhaMäkinen Please try the steps I added to my answer and report back.
            – pomsky
            Jan 14 at 0:56










          • So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
            – Basel Shishani
            Aug 22 at 1:59










          • @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
            – pomsky
            Aug 22 at 6:34















          up vote
          1
          down vote













          You may use (GNOME) Tweaks, previously known as (GNOME) Tweak Tool. It's a graphical interface for advanced GNOME 3 settings.



          You should get what you're looking for in this tool:



          enter image description here

          (screenshot source)





          You may create a custom CSS override for the shell theme in your home directory and load it from there to change the font of the top bar (which is controlled by the shell theme). To do that follow the steps below.




          1. Create a directory, say MyTheme in ~/.themes.

          2. Create another directory inside MyTheme called gnome-shell.

          3. Create an empty document in this gnome-shell directory and name it gnome-shell.css.


          4. Open this gnome-shell.css in a text editor and add the following lines



            stage {
            font-family: FONT_NAME, Sans-Serif;
            font-size: 14pt;
            color: #ffffff;
            }


            Replace FONT_NAME by a font of your choice and change the font-size to your liking (you may change colour too) and save the file.



          5. Install and activate the User themes extension from here.


          6. Go to Appearance section of Tweaks and click on the drop-down box next to "Shell theme". MyTheme should appear in the drop-down list. Select it.


          7. Log out and log in again.







          share|improve this answer























          • Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
            – Juha Mäkinen
            Jan 13 at 18:00










          • @JuhaMäkinen Please try the steps I added to my answer and report back.
            – pomsky
            Jan 14 at 0:56










          • So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
            – Basel Shishani
            Aug 22 at 1:59










          • @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
            – pomsky
            Aug 22 at 6:34













          up vote
          1
          down vote










          up vote
          1
          down vote









          You may use (GNOME) Tweaks, previously known as (GNOME) Tweak Tool. It's a graphical interface for advanced GNOME 3 settings.



          You should get what you're looking for in this tool:



          enter image description here

          (screenshot source)





          You may create a custom CSS override for the shell theme in your home directory and load it from there to change the font of the top bar (which is controlled by the shell theme). To do that follow the steps below.




          1. Create a directory, say MyTheme in ~/.themes.

          2. Create another directory inside MyTheme called gnome-shell.

          3. Create an empty document in this gnome-shell directory and name it gnome-shell.css.


          4. Open this gnome-shell.css in a text editor and add the following lines



            stage {
            font-family: FONT_NAME, Sans-Serif;
            font-size: 14pt;
            color: #ffffff;
            }


            Replace FONT_NAME by a font of your choice and change the font-size to your liking (you may change colour too) and save the file.



          5. Install and activate the User themes extension from here.


          6. Go to Appearance section of Tweaks and click on the drop-down box next to "Shell theme". MyTheme should appear in the drop-down list. Select it.


          7. Log out and log in again.







          share|improve this answer














          You may use (GNOME) Tweaks, previously known as (GNOME) Tweak Tool. It's a graphical interface for advanced GNOME 3 settings.



          You should get what you're looking for in this tool:



          enter image description here

          (screenshot source)





          You may create a custom CSS override for the shell theme in your home directory and load it from there to change the font of the top bar (which is controlled by the shell theme). To do that follow the steps below.




          1. Create a directory, say MyTheme in ~/.themes.

          2. Create another directory inside MyTheme called gnome-shell.

          3. Create an empty document in this gnome-shell directory and name it gnome-shell.css.


          4. Open this gnome-shell.css in a text editor and add the following lines



            stage {
            font-family: FONT_NAME, Sans-Serif;
            font-size: 14pt;
            color: #ffffff;
            }


            Replace FONT_NAME by a font of your choice and change the font-size to your liking (you may change colour too) and save the file.



          5. Install and activate the User themes extension from here.


          6. Go to Appearance section of Tweaks and click on the drop-down box next to "Shell theme". MyTheme should appear in the drop-down list. Select it.


          7. Log out and log in again.








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 14 at 0:55

























          answered Jan 11 at 16:24









          pomsky

          396210




          396210












          • Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
            – Juha Mäkinen
            Jan 13 at 18:00










          • @JuhaMäkinen Please try the steps I added to my answer and report back.
            – pomsky
            Jan 14 at 0:56










          • So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
            – Basel Shishani
            Aug 22 at 1:59










          • @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
            – pomsky
            Aug 22 at 6:34


















          • Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
            – Juha Mäkinen
            Jan 13 at 18:00










          • @JuhaMäkinen Please try the steps I added to my answer and report back.
            – pomsky
            Jan 14 at 0:56










          • So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
            – Basel Shishani
            Aug 22 at 1:59










          • @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
            – pomsky
            Aug 22 at 6:34
















          Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
          – Juha Mäkinen
          Jan 13 at 18:00




          Indeed. Tweaks contains all fonts except menu and panel fonts. While you can use scaling factor to adjust them, there seems to be no other way to configure those. At least, since gnome-shell.css vanished somewhere...
          – Juha Mäkinen
          Jan 13 at 18:00












          @JuhaMäkinen Please try the steps I added to my answer and report back.
          – pomsky
          Jan 14 at 0:56




          @JuhaMäkinen Please try the steps I added to my answer and report back.
          – pomsky
          Jan 14 at 0:56












          So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
          – Basel Shishani
          Aug 22 at 1:59




          So should'nt this custom theme enherit some other theme?! How can a single font setting be used as a theme?
          – Basel Shishani
          Aug 22 at 1:59












          @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
          – pomsky
          Aug 22 at 6:34




          @BaselShishani It should inherit the default GNOME shell theme and override only its choice of font. You can add a @import url("/path/to/ThemeName/gnome-shell/gnome-shell.css"); at the beginning to inherit one specific GNOME shell theme.
          – pomsky
          Aug 22 at 6:34


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f415983%2fgnome-3-panel-and-menu-fonts-are-too-small%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          サソリ

          広島県道265号伴広島線

          Setup Asymptote in Texstudio