From adb868925f75dcbc72f5d1ae931b1cbd2f892fde Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 25 Sep 2022 20:43:29 +0200 Subject: [PATCH] [wip] add typography --- assets/css/app/typo.scss | 76 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 assets/css/app/typo.scss diff --git a/assets/css/app/typo.scss b/assets/css/app/typo.scss new file mode 100644 index 0000000..1359d96 --- /dev/null +++ b/assets/css/app/typo.scss @@ -0,0 +1,76 @@ +// .h1, +// .h2, +// .h3, +// .h4, +// .h5, +// .h6, +// h1, +// h2, +// h3, +// h4, +// h5, +// h6 { +// font-weight: 600; +// margin-bottom: 1rem; +// margin-top: 0 +// } +// +// .h1, h1 { +// font-size: 3.6rem; +// line-height: 1.3 +// } +// +// .h2, h2 { +// font-size: 3rem; +// line-height: 1.35 +// } +// +// .h3, h3 { +// font-size: 2.4rem; +// line-height: 1.45 +// } +// +// .h4, h4 { +// font-size: 1.8rem; +// line-height: 1.6 +// } +// +// .h5, h5 { +// font-size: 1.4rem; +// line-height: 1.75 +// } +// +// .h6, h6 { +// font-size: 1.2rem; +// line-height: 1.9 +// } +// +// p { +// margin-top: 17px; +// margin-bottom: 17px; +// } +// +// .list--inline { +// li { +// display: inline-block; +// } +// } + + +.h1, +.h2, +.h3, +.h4, +.h5, +.h6, +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: 600; + margin-bottom: 1rem; + margin-top: 0 +} +