stremio-web/src/common/CONSTANTS.js
2020-03-15 00:02:18 +02:00

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
};