mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
22 lines
383 B
JavaScript
22 lines
383 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
theme: {
|
|
fontWeight: {
|
|
thin: '100',
|
|
extralight: '200',
|
|
light: '300',
|
|
normal: '400',
|
|
medium: '500',
|
|
semibold: '600',
|
|
bold: '700',
|
|
extrabold: '800',
|
|
black: '900'
|
|
}
|
|
}
|
|
};
|
|
exports.default = _default; |