all repos — site @ f6e65b41559464505d1aa3f7fd7f116eb25941d0

source for my site, found at icyphox.sh

templates: doctype
Anirudh Oppiliappan x@icyphox.sh
Fri, 09 Dec 2022 10:17:57 +0530
commit

f6e65b41559464505d1aa3f7fd7f116eb25941d0

parent

d8dcaa5d537e17f2812c7946e96e03eae65e46bf

5 files changed, 6 insertions(+), 4 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -29,7 +29,7 @@ margin: 0;

} main, footer { - font-family: "InterVar", apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + font-family: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; font-size: 1rem; padding: 0; line-height: 160%;

@@ -40,7 +40,7 @@ min-width: 0;

} main h1, h2, h3 { - font-family: "InterDisplay", apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + font-family: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; font-weight: 500; }
M templates/blog.htmltemplates/blog.html

@@ -1,4 +1,4 @@

-<!DOCTYPE html> +<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}
M templates/index.htmltemplates/index.html

@@ -1,3 +1,4 @@

+<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}
M templates/page.htmltemplates/page.html

@@ -1,4 +1,4 @@

-<!DOCTYPE html> +<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}
M templates/text.htmltemplates/text.html

@@ -1,3 +1,4 @@

+<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}