workadventure/maps
David Négrier 315fe7ca82
Adding a "font-family" property for text objects. (#1311)
- Tiled displays your system fonts.
- Computers have different sets of fonts. Therefore, browsers never rely on system fonts
- Which means if you select a font in Tiled, it is quite unlikely it will render properly in WorkAdventure

To circumvent this problem, in your text object in Tiled, you can now add an additional property: `font-family`.

The `font-family` property can contain any "web-font" that can be loaded by your browser.

This allows us to use the "Press Start 2P" 8px font in text objects, which renders way better than the default "Sans serif" font of your browser.
2021-07-29 17:49:51 +02:00
..
characters Add tenue sg 2020-11-18 16:55:58 +01:00
Floor0 Merge pull request #758 from thecodingmachine/jitsiConfig 2021-02-18 10:12:16 +01:00
Floor1 Migrating away from the notion of public/private URL in WorkAdventure Github repository 2021-07-15 17:07:47 +02:00
Floor2 Update link for private TCM map 2021-01-18 16:25:44 +01:00
Lyon Update link for private TCM map 2021-01-18 16:25:44 +01:00
objects Moving maps to their own container 2020-07-23 18:43:51 +02:00
tests Adding a "font-family" property for text objects. (#1311) 2021-07-29 17:49:51 +02:00
Tuto Fix some typos (found by codespell) (#1316) 2021-07-27 14:29:09 +02:00
Village Merge branch 'develop' of https://github.com/thecodingmachine/workadventure into SoundInMapScript 2021-05-21 17:45:26 +02:00
.dockerignore *: Dockerfiles cleanup, docker-compose.prod.yaml 2021-01-12 22:32:37 +01:00
.gitignore FIX: maps/dist directory is now gitignored 2020-11-24 14:43:21 +01:00
.htaccess Moving maps to their own container 2020-07-23 18:43:51 +02:00
Dockerfile [Breaking change] UPLOADER_URL and ADMIN_URL are now true URLs (and not only host name) and API_URL is replaced by PUSHER_URL 2021-03-31 16:00:14 +02:00
package.json Adding Outline capabilities and a ActionableItem notion. 2020-07-23 18:09:24 +02:00
tsconfig.json Removing parsing of TSX files in "maps" container 2021-05-25 10:43:01 +02:00
yarn.lock Bump glob-parent from 5.1.1 to 5.1.2 in /maps 2021-06-08 12:05:43 +00:00