workadventure/front/src
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
..
Administration Migrating ConsoleGlobalMessageManager in svelte 2021-06-21 17:19:27 +02:00
Api Fixing loop when setting variables 2021-07-23 11:51:01 +02:00
Components Graphic upgrade of the global message console (#1287) 2021-07-29 17:42:16 +02:00
Connexion PWA service workers (#1319) 2021-07-29 16:42:31 +02:00
Enum FIX: improved the visit card, cleanup the code 2021-06-08 16:39:22 +02:00
Exception Create exception error 2020-12-18 14:30:46 +01:00
Logger Fixing use const instead of let 2020-06-19 14:30:34 +02:00
Messages Migrating messages locally into back and front 2020-09-24 11:16:08 +02:00
Network PWA service workers (#1319) 2021-07-29 16:42:31 +02:00
Phaser Adding a "font-family" property for text objects. (#1311) 2021-07-29 17:49:51 +02:00
Stores Fix some typos (found by codespell) (#1316) 2021-07-27 14:29:09 +02:00
Touch FEATURE: add the ability to zoom in and out using touch screen 2021-04-15 16:37:58 +02:00
Url Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
WebRtc Merge branch 'master' into develop 2021-07-28 12:37:14 +02:00
ambient.d.ts Fixing Svelte-check errors 2021-06-15 18:34:11 +02:00
iframe_api.ts Merge pull request #1239 from thecodingmachine/scripting_api_room_metadata 2021-07-22 11:28:12 +02:00
index.ts PWA service workers (#1319) 2021-07-29 16:42:31 +02:00
rex-plugins.d.ts Enabling Outline back on actionable objects 2021-06-22 16:35:57 +02:00
types.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00