Skip to content

Commit

Permalink
[Theme] Up font
Browse files Browse the repository at this point in the history
  • Loading branch information
heristop committed May 3, 2024
1 parent 20c7f2d commit fa3be27
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from "react";
import type { Metadata } from "next";
import { Quicksand } from "next/font/google";
import { Cormorant } from "next/font/google";
import "@/assets/globals.css";
import { Analytics } from "@/index";
import userConfig from "../config/user.config";

const font = Quicksand({
weight: "400",
const font = Cormorant({
weight: "700",
subsets: ["latin"],
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkfolio",
"version": "0.4.0",
"version": "0.4.1",
"description": "Minimalist web page that acts as a hub for all your online presence",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 4 additions & 4 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const config: Config = {
theme: {
extend: {
colors: {
primary: "#B37E9A",
secondary: "#A78CB3",
"background-start": "#D9E2F3",
"background-end": "#E2D9F3",
primary: "#A56B8C",
secondary: "#937FA3",
"background-start": "#E8EFF7",
"background-end": "#EDE8F7",
},
backgroundImage: ({ theme }) => ({
"gradient-background": `linear-gradient(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa3be27

Please sign in to comment.