• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Custom font issue with ingame panel

Messages
10
Country
chile
Hi, i'm trying to use a custom font in my in-game panel but i'm having issues with it.

I'm using font face in a css file to load but the application doesn't pick it up. I know it is not a problem in the code or the url since i've done enough tests with other fonts. Some fonts get picked up but others don't.
Also I need to use some symbols so i added them in a unicode-range property but this does not work either, they still look like empty rectangles in the game.
Any ideas what could be the problem?


@font-face {
font-family: "Segoe UI";
src: url("/Fonts/seguisym.ttf") format("truetype");
unicode-range: U+0000-007F,
U+0080-00FF,
U+0100-017F,
U+2501, U+25B6;
}
 
Back
Top