mjbta.blogg.se

My real font
My real font





my real font my real font

font-family: "Segoe UI", "Comic Sans MS", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif Because of its unique design characteristics and its universal availability, you can always inject “Comic Sans MS” into the font family, and visually identify where it applies. Thanks to Comic sans this made debugging of font loading easy. font-family: "Font 1", "Comic Sans MS", "Font 2" So the “debug font family” then looks something like this. One trick I used in the past to make sure a font gets rendered correctly was to add a font that doesn’t look similar to the others. In general fallback fonts looks similar so most user or developer might not be able to see and the difference between correct and failing font. This approach also makes it sometimes hard to debug. This approach is an excellent fallback mechanism of the web, making sure that the Browser at least renders a similar font if the perfect font is unavailable.







My real font