A Tiny Glitch? Nothing Serious Though But Has Me Cornfused...

snootysnooty
edited June 2015 in Vanilla 2.0 - 2.8

Just was adding a "Off Topic Lounge" category (below Announcements) and had to look twice to make sure I was seeing it correctly. Notice the "f" is right next to the "T", there's no real space between the two letters. So I went back to my dashboard and tried hitting my space bar twice to make sure I get a space between the two letters and it still came out with the letters next to one another. Even though in the dashboard, it looks correct. Is that strange or what? I'm using Bitter Sweet theme by the way, didn't try it with default theme.
Here's a screencap:

Comments

  • edited June 2015

    this is due to the font in that theme which is Condensed , you can try commenting out that block of code like this with a slash and a star in the begining and in the end. This is located in the custom.css of your theme folder.

    /*@font-face {
      font-family: 'Bitter';
      font-style: normal;
      font-weight: 400;
      src: local('Bitter-Regular'), url('http://themes.googleusercontent.com/static/fonts/bitter/v3/2PcBT6-VmYhQCus-O11S5-vvDin1pK8aKteLpeZ5c0A.woff') format('woff');
    }*/
  • Thanks much, will give that a try.

  • That worked. Thanks vrijvlinder . This thread can be marked as "Answered" if you like.

  • R_JR_J Admin

    The [New Discussion] button here is actually a drop down button and you can choose to post a question instead of a discussion. If you have chosen a question, you can accept one or more comments as answers by yourself

Sign In or Register to comment.