typography-theme-noriega
Version:
A theme for Typography.js
23 lines (20 loc) • 423 B
JavaScript
// @flow
import type { OptionsType } from "Types"
const theme: OptionsType = {
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,
}
export default theme