From a5f73f6154357d9cfcafb5d1bdf0f100015e7003 Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 22 Sep 2024 23:48:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Add=20missing=20punctuatio?= =?UTF-8?q?n=20to=20lists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- content/posts/tailwind_deno.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 00046f5..d372ca6 100644 --- a/config.toml +++ b/config.toml @@ -23,7 +23,7 @@ menu = [ socials = [ { name = "github", url = "https://github.com/mathias-aparicio", icon = "github" }, - {name="linkedin", url = "https://linkedin.com/in/mathias-aparicio/", icon = "linkedin" } + { name="linkedin", url = "https://linkedin.com/in/mathias-aparicio/", icon = "linkedin" } ] [extra.analytics] diff --git a/content/posts/tailwind_deno.md b/content/posts/tailwind_deno.md index e1888d4..41fc6d4 100644 --- a/content/posts/tailwind_deno.md +++ b/content/posts/tailwind_deno.md @@ -5,9 +5,9 @@ date = "2024-09-22" [taxonomies] tags=["deno", "tailwind"] +++ -# Prologue +## Prologue -I was working in a project that used [deno](https://deno.com/) as javascript runtime alongside [fresh](https://fresh.deno.dev/) as web framework. And I couldn't find easly how to import a front. +I was working in a project that used [deno](https://deno.com/) as javascript runtime alongside [fresh](https://fresh.deno.dev/) as web framework. And I couldn't find easly how to import a front. Here I would like to tell you how I managed to add the font. ## Prerequisites This post assumes you are working on a fresh project and use Tailwind CSS for styling library. @@ -18,11 +18,11 @@ To choose your font you can go to [Google Fonts](https://fonts.google.com) and s ### 2. Get the Embed Code Once you have chosen your font: -- Click on the font. -- Hit the `Get font` then `Get embed code` button -- Navigate to the "Get embed code" section -- Select `@import`. -- Copy the `@import url('https::/fonts/googleapis.com ... display=swap');` code snippets +- Click on the font; +- Hit the `Get font` then `Get embed code` button; +- Navigate to the "Get embed code" section; +- Select `@import`; +- Copy the `@import url('https::/fonts/googleapis.com ... display=swap');` code snippets. ### 3. Edit tailwind configuration