typography-theme-noriega
Version:
A theme for Typography.js
23 lines (20 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var theme = {
title: "Noriega",
baseFontSize: "18px",
baseLineHeight: 1.61,
headerFontFamily: ["Lato", "sans-serif"],
bodyFontFamily: ["Lato", "sans-serif"],
bodyWeight: 400,
headerWeight: 700,
boldWeight: 700,
googleFonts: [{
name: "Lato",
styles: ["400", "700"]
}],
scaleRatio: 1.618
};
exports.default = theme;