Ok I have a site that I am working on where we have to host the Font Awesome files on our server we can't use CDN.
Anyway if I download version 3.2.1 it works with no problem. If I upgrade to version 4 and beyond the fonts don't show. The CSS files look identical (as far as the folder it is looking for the font files in). I change the way I call the fonts for version 4 using fa- instead of icon-. Yet only version 3 fonts work. Any idea what might be going on? I am not at liberty to link to the site.
Related
after upgrading Angular from version 8 to 11, fonts are looking different, they are blurred. Any ideas what can I do/check to make them look the same as they were before? Any help would be appreciated. When I run app locally, it looks better than on deployment environment.
You might be hit by something similar to this issue.
There is a new optimization for fonts - external font definitions are inlined as part of the production build. According to the bug above, it might not work in some cases.
Try disabling the fonts inlining optimization in angular.json - https://angular.io/guide/workspace-config#fonts-optimization-options
Is there a way to preview what a given site would look like without using any system built-in fonts?
I'm currently making a website which uses Roboto Mono and Open Sans, but these fonts are installed on my local system. I'm loading these fonts from Google Fonts CDN, but it seems to not load the fonts it detects that I have locally installed.
Is there a way to preview a page without using any local fonts resident on the host system?
I would suggest renaming these fonts in your local system temporarily.
Maximo Anywhere 7.5.2.1 is shipped with the dojo version 1.7.8
I wanted to use some of the features available in dojo 1.10.x.
I tried replacing the www directory with new version of the dojo.
But it did not help.
Actually we use 1.9.3 dojo with that level of Anywhere. You should be able to replace the www subdirectory under the MaximoAnywhere project and it should pickup the new dojo, but one warning. We haven't tested on these later dojo levels, and #2 the dojo files will be much larger and might slow performance down unless you choose to use the compressed ones.
Is there a decent resource anywhere listing the fonts included with Mac OS X and (post-XP) Windows?
The Complete Guide to Pre-Installed Fonts in Linux, Mac, and Windows is a good resource. I check it before using fonts on web pages to make sure that they'll work for each of these 3 operating systems.
OS X - http://en.wikipedia.org/wiki/List_of_typefaces_included_with_Mac_OS_X
Windows - http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_fonts (Includes all windows version, but it notes next to each font which one is for which version(s)
Also, see this for a list of fonts common to both http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
See also:
Stack Overflow: What are good web development fonts?
Doctype: What fonts are included with which operating systems?
Over the last year or so I tried using WP-CodeBox for a syntax highlighting tool. I downloaded a couple of versions and tried them with a few versions of WordPress. I have never been able to get CodeBox to work. Anyone suggestions? Anyone using this combination or have a similiar story? What did you do?
I like the features it offers like links to download files, line numbering, copy to clipboard, and expand/collapse of the code box. If there is another tool that offers these features, let me know.
WP-CodeBox - http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/
I'd prefer to use CodeBox but if I can't make it work, I need to use something else. I cannot change the version of WordPress.
I've been using it successfully on my blog. I just upgraded to 1.4 which appears to have broken a few things so I downgraded back to 1.3.3. I'm currently using 1.3.3 with WP 2.8.6 & just upgraded to 2.9. Haven't had any problems with the 1.3.3 version. Just noticed on Eric's site that he recently released 1.4.1. Haven't tried it yet though.
lamolabs blog is my blog. I use the WP-Codebox all over the site without any issues.
I use it with WP 2.8.4 in production site and 2.8.6 at home, both working fine.
I've just installed on the same version and it's not working properly. It displays the code, but the collpase bar, images and line numbers don't appear. I'm going to have to hunt around for something else.