You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
Damien Erambert 18d3fa953b Add a setting allowing the use of system's default font in Web UI (#4033)
* add a system_font_ui setting on the server

* Plug the system_font_ui on the front-end

* add EN/FR locales for the new setting

* put Roboto after all other fonts

* remove trailing whitespace so CodeClimate is happy

* fix user_spec.rb

* correctly write user_spect this time

* slightly better way of adding the classes

* add comments to the system-font stack for clarification

* use .system-font for the class instead

* don't use multiple lines for comments

* remove trailing whitespace

* use the classnames module for consistency

* use `mastodon-font-sans-serif` instead of Roboto directly
8 years ago
..
actions Turn report screen into a modal (#3965) 8 years ago
components Parse links in status content on update as well as mount (#4042) 8 years ago
containers Use Class and Property Decorators (#3730) 8 years ago
features Add a setting allowing the use of system's default font in Web UI (#4033) 8 years ago
locales l10n Occitan locale (#4089) 8 years ago
middleware Remove unused variables (#3906) 8 years ago
reducers Remove unused variables (#3906) 8 years ago
selectors Remove unused variables (#3906) 8 years ago
store Remove unused variables (#3906) 8 years ago
.gitkeep Replace sprockets/browserify with Webpack (#2617) 8 years ago
api.js Improve eslint rules (#3147) 8 years ago
base_polyfills.js Lazy load toots using IntersectionObserver (#3191) 8 years ago
emoji.js Faster emojify() by avoiding str.replace() entirely (#4049) 8 years ago
extra_polyfills.js Lazy load toots using IntersectionObserver (#3191) 8 years ago
is_mobile.js Replace sprockets/browserify with Webpack (#2617) 8 years ago
link_header.js Improve eslint rules (#3147) 8 years ago
load_polyfills.js Extract polyfill loading into single module (#3421) 8 years ago
main.js Replace state to /web when root path (#4009) 8 years ago
performance.js Attach ReactPerf to window for easier debugging (#3318) 8 years ago
rtl.js Improve RTL detection (#3682) 8 years ago
scroll.js Allow mounting arbitrary columns (#3207) 8 years ago
stream.js Use ws protocol in streaming API base URL (#2606) 8 years ago
uuid.js Replace sprockets/browserify with Webpack (#2617) 8 years ago