tcarisland / thortype

ThorType website
0 stars 0 forks source link

ThorType

This is the static font portfolio website deployed to thortype.com (web2) and thortype.x (web3).

It's made using Next.JS and deployed with the build and export commands.

ThorType Screenshot

Structure

There are two main components of this project

Whenever a font is changed or edited, run the tools application and make a commit, this might be automated in the future.

Styling

This project uses Tailwind CSS as well as icons from Material. Some dynamic styling is used to set the Fonts for the pages and change styling properties in the text preview text field.

Fonts

Fonts are embedded into the HTML files as mentioned above. Fonts should be stored as OpenType fonts with a CFFTable so the tools can easily extract information about available glyphs and characters.

Next.JS information

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.