Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
marklcfc Posted September 15, 2020 Posted September 15, 2020 (edited) Default is not the same as it was previously, why? Look at the J for clear example old new Edited September 15, 2020 by marklcfc
CoffeeCake Posted September 15, 2020 Posted September 15, 2020 Yes, correct. In 4.5, they changed the default font to Inter. You can change this in your theme settings.
marklcfc Posted September 15, 2020 Author Posted September 15, 2020 34 minutes ago, Paul E. said: Yes, correct. In 4.5, they changed the default font to Inter. You can change this in your theme settings. There are options for Default and Inter though. Inter is different to Default. Default is not the same as the Default was on previous versions
Ilya Hoilik Posted September 15, 2020 Posted September 15, 2020 Maybe Default means your system's default font? So it may differ based on your operating system.
marklcfc Posted September 15, 2020 Author Posted September 15, 2020 27 minutes ago, Ilya Hoilik said: Maybe Default means your system's default font? So it may differ based on your operating system. I only have a test site set up, comparing both defaults from 4.4 to 4.5 are completely different. The 4.4 default is the same as its been for years, 4.5 is different
CoffeeCake Posted September 15, 2020 Posted September 15, 2020 From the theme editor: Quote 'Default' uses whichever font face this theme defines in its stylesheet. What are you trying to achieve? The answer to your question about "why has the Default font changed" is probably "because whoever designed the 4.5 theme made that design decision." Are you trying to identify the font that was the default in 4.4?
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 14 hours ago, Paul E. said: Are you trying to identify the font that was the default in 4.4? Yeah the font that's been used for the past 5 years at least
Thomas P Posted September 16, 2020 Posted September 16, 2020 The 4.5 Theme is completely new. Lot's of design elements are different 😉
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 (edited) 34 minutes ago, Thomas P said: The 4.5 Theme is completely new. Lot's of design elements are different 😉 Too many annoyances like this though, still on 4.4 and expect I will be for a while Edited September 16, 2020 by marklcfc
CoffeeCake Posted September 16, 2020 Posted September 16, 2020 4 hours ago, marklcfc said: Yeah the font that's been used for the past 5 years at least I think (but am not sure) that the default font in 4.4 was Roboto.
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 (edited) 40 minutes ago, Paul E. said: I think (but am not sure) that the default font in 4.4 was Roboto. I'm talking about 'Default', not any of the named fonts Edited September 16, 2020 by marklcfc
CoffeeCake Posted September 16, 2020 Posted September 16, 2020 2 minutes ago, marklcfc said: I'm talking about 'Default', not any of the named fonts Understood. Default is defined at the theme level, so setting that option in the theme for the fonts used will obey whatever the theme designer configured as the default. For the 4.5 out of the box theme, it is what it is (and I believe it's Inter). If you'd like to use the same font you had in the default 4.4 theme, you'd change that selection to Roboto. If you're wanting IPS to modify the Default font in the 4.5 theme to what it was in 4.4, and don't want to change that setting, I think that ship has sailed. Design decisions were made by IPS for 4.5 and I wouldn't expect a change to the out of the box setting at this point. You can achieve what you want using the selection tool in the Theme editor.
Rikki Posted September 16, 2020 Posted September 16, 2020 4.4 used Roboto, 4.5 uses Inter. Thomas P 1
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 1 hour ago, Rikki said: 4.4 used Roboto, 4.5 uses Inter. I'm talking about 'Default' though, not Roboto or Inter. The font titled default which is neither of those.
CoffeeCake Posted September 16, 2020 Posted September 16, 2020 Please review this post: Default is not the name of a font. It's the choice to use whatever the default font is, as defined in the theme you're using, as defined by the theme creator. Thomas P 1
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 (edited) 11 minutes ago, Paul E. said: Default is not the name of a font. It's the choice to use whatever the default font is, as defined in the theme you're using, as defined by the theme creator. Yeah, but its not Inter or Roboto, those are selectable. Yes by default Inter is selected upon creating a new theme, but 'default' is selectable too which is not Roboto or Inter. Feel free to test those three options to save me explaining it over and over again. Edited September 16, 2020 by marklcfc
opentype Posted September 16, 2020 Posted September 16, 2020 (edited) That’s the current font stack as far as I can see: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif The screenshots in the first post are very small and of poor quality. My guess would be that you use Windows and you are now seeing Segoe, which is a default on Windows. The earlier version might have used Arial, which is still in the font stack, but comes after Segoe, so it’s not used if Segoe is present. That’s how these font stacks work. If no web font is forced, than you get ANY of the fonts in the list. Nothing wrong with that, but you can easily override that in the custom.css if you want a preference for Arial for example. Edited September 16, 2020 by opentype CoffeeCake and Thomas P 2
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 (edited) 29 minutes ago, opentype said: That’s the current font stack as far as I can see: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif The screenshots in the first post are very small and of poor quality. My guess would be that you use Windows and you are now seeing Segoe, which is a default on Windows. The earlier version might have used Arial, which is still in the font stack, but comes after Segoe, so it’s not used if Segoe is present. That’s how these font stacks work. If no web font is forced, than you get ANY of the fonts in the list. Nothing wrong with that, but you can easily override that in the custom.css if you want a preference for Arial for example. I am on Windows but my site is still on 4.4 and its not changed, only on 4.5 when I tested that. Any idea how I can set it to what Default stood for one 4.4 and all previous versions for the past 5-6 years? Edited September 16, 2020 by marklcfc
opentype Posted September 16, 2020 Posted September 16, 2020 I'm just guessing without a specific site to test, but something like this: body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } marklcfc 1
marklcfc Posted September 16, 2020 Author Posted September 16, 2020 1 hour ago, opentype said: I'm just guessing without a specific site to test, but something like this: body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } Thanks much appreciated
Recommended Posts