Remove font-medium

This commit is contained in:
Akira Tempaku 2025-05-20 09:40:28 +09:00
parent 8c040b0187
commit aaa9eb9b3e
Signed by: paku
GPG key ID: 5B4E8402BCC50607
3 changed files with 3 additions and 10 deletions
src/components
static/style

View file

@ -16,7 +16,7 @@
(p :class "z-20 text-3xl font-bold"
(a :preload "mouseover" :href "/" "skyizwhite"))
(nav :class "flex items-end"
(ul :preload "mouseover" :class "flex gap-4 text-xl font-medium"
(ul :preload "mouseover" :class "flex gap-4 text-xl font-bold"
(loop
:for (href label) :in *nav-menu* :collect
(if (string= href (request-uri *request*))
@ -56,7 +56,7 @@
"Menu")
(ul
:preload "mousedown"
:class "flex flex-col h-fit gap-8 text-3xl font-medium"
:class "flex flex-col h-fit gap-8 text-3xl font-bold"
(loop
:for (href label) :in (append '(("/" "home")) *nav-menu*) :collect
(if (string= href (request-uri *request*))

View file

@ -5,7 +5,7 @@
(in-package #:website/components/scripts)
(defparameter *google-font-url*
"https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap")
"https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap")
(defun bust-cache (url)
(format nil "~a?v=~a" url #.(get-universal-time)))

View file

@ -11,13 +11,6 @@
}
}
@supports (font-variation-settings: medium) {
:root {
font-family: "Zen Maru Gothic", sans-serif;
}
}
@supports (font-variation-settings: bold) {
:root {
font-family: "Zen Maru Gothic", sans-serif;