Commit fc0bfb3e authored by Martin Tvarožek's avatar Martin Tvarožek
Browse files

update fonts + orange color

parent 3700698d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -15,10 +15,7 @@

        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
            href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oxanium:wght@200..800&display=swap"
            rel="stylesheet"
        />
        <link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
        <title>Garrigue Games</title>
    </head>
    <body>
+4 −4
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ const theme = extendTheme({
            // 200: '#90cdf4',
            // 300: '#63b3ed',
            // 400: '#4299e1',
            400: '#D87554',
            500: '#CF5C36',
            400: '#FF7F32',
            500: '#E5742E',
            // 600: '#2b6cb0',
            // 700: '#2c5282',
            // 800: '#2a4365',
@@ -36,8 +36,8 @@ const theme = extendTheme({
        },
    },
    fonts: {
        body: "'Open Sans', sans-serif",
        heading: "'Oxanium', sans-serif",
        body: "'Nunito', sans-serif",
        heading: "'Fredoka', 'Comic Sans MS', sans-serif",
        mono: "Consolas, 'Courier New', sans-serif",
    },
    textStyles: {