mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
19 lines
863 B
TypeScript
19 lines
863 B
TypeScript
export default {
|
|
id: "08870ea6-bdc8-4ec6-bf72-1e7d4488eb72",
|
|
fields: {
|
|
slug: "/posts/perfecting-the-art-of-perfection",
|
|
tagsSlugs: ["/handwriting", "/helvetica"],
|
|
categorySlug: "/typography",
|
|
},
|
|
frontmatter: {
|
|
date: "2016-09-01",
|
|
description:
|
|
"An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.",
|
|
category: "Typography",
|
|
tags: ["Handwriting", "Helvetica"],
|
|
title: "Perfecting the Art of Perfection",
|
|
template: "post",
|
|
},
|
|
html: "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
|
|
};
|