mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-06 05:19:50 +00:00
7 lines
277 B
JavaScript
7 lines
277 B
JavaScript
const SUBTITLES_SIZES = [75, 100, 125, 150, 175, 200, 250];
|
|
const SUBTITLES_FONTS = ['Roboto', 'Arial', 'Halvetica', 'Times New Roman', 'Verdana', 'Courier', 'Lucida Console', 'sans-serif', 'serif', 'monospace'];
|
|
|
|
module.exports = {
|
|
SUBTITLES_SIZES,
|
|
SUBTITLES_FONTS
|
|
};
|