diff --git a/src/app.ts b/src/app.ts index 193d216..bf5bba9 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,7 +11,7 @@ export default defineApp({ link: [ { rel: "stylesheet", - href: "https://fonts.googleapis.com/css2?family=Playfair+Display&family=Meow+Script&family=Oxygen+Mono&display=swap", + href: "https://fonts.googleapis.com/css2?family=Noto+Serif+Display&family=Meow+Script&family=Oxygen+Mono&display=swap", }, ], } diff --git a/src/assets/base.scss b/src/assets/base.scss index 81f9db7..6a66c29 100644 --- a/src/assets/base.scss +++ b/src/assets/base.scss @@ -74,8 +74,8 @@ body { color: var(--color-text); background: var(--color-background); transition: color 0.5s, background-color 0.5s; - font-family: 'Playfair Display', serif; - font-size: 18px; + font-family: 'Noto Serif', serif; + font-size: 20px; line-height: 1.6rem; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; @@ -104,6 +104,15 @@ h4, h5, h6 { color: var(--primary); + padding-bottom: 0.5rem; +} + +h2, +h3, +h4, +h5, +h6 { + margin-top: 1rem; } h1 { diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue index d1982c6..7383cd5 100644 --- a/src/components/Welcome.vue +++ b/src/components/Welcome.vue @@ -10,10 +10,7 @@
- I'm glad to share you the books I'm currently reading. -
- +The books I'm currently reading.
diff --git a/src/components/posts/blog-posts.vue b/src/components/posts/blog-posts.vue index d0105a1..70d6905 100644 --- a/src/components/posts/blog-posts.vue +++ b/src/components/posts/blog-posts.vue @@ -1,14 +1,16 @@ diff --git a/src/components/presentation/about-me.vue b/src/components/presentation/about-me.vue index 73dbabe..6923853 100644 --- a/src/components/presentation/about-me.vue +++ b/src/components/presentation/about-me.vue @@ -2,7 +2,8 @@I am into building things with code.
diff --git a/src/pages/posts/feature-factory.mdx b/src/pages/posts/feature-flow.mdx similarity index 88% rename from src/pages/posts/feature-factory.mdx rename to src/pages/posts/feature-flow.mdx index d24f2d6..7ef2222 100644 --- a/src/pages/posts/feature-factory.mdx +++ b/src/pages/posts/feature-flow.mdx @@ -1,11 +1,11 @@ --- -title: An introduction to the feature factory +title: An introduction to the feature flow layout: post date: 2022-11-19 draft: true --- -# An introduction to the feature factory +# An introduction to the feature flow From my experience, project failures mainly come from having mistrust between teams. Therefor lead time due to team availability to solve dependencies increases. @@ -13,7 +13,7 @@ A kanban is a way to illustrate the needed interactions between teams to complet In this post, I would like to tell you what helped me, how we succeed to engage all the skills needed to develop a product. We'll talk about agility, about lean, about problems. -## Creating a visual feature flow +## Creating flow ### Define the steps @@ -38,7 +38,7 @@ You may answer "Easy! There are few steps:" But how exactly? What does "talking to the client" really mean? And "coding" ? -In lean, one particular important concept is **Visual Management**: *doing by seeing*. For that, we want to be clear on how we work. +In lean, one particular important concept is **Visual Management**: _doing by seeing_. For that, we want to be clear on how we work. May I ask you some questions?