From 2f9adc47529516868e46044f598bd744a858c3a3 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 5 Feb 2026 16:42:41 -0500 Subject: highlight degree and gpa; remove deans list years --- style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index e9345e8..a6e4cca 100644 --- a/style.css +++ b/style.css @@ -162,3 +162,23 @@ sup { /* keep line height consistent */ .url { letter-spacing: .05em; } + +.regular { + font-weight: var(--regular-weight); +} + +.text { + font-weight: var(--text-weight); +} + +.medium { + font-weight: var(--medium-weight); +} + +.semibold { + font-weight: var(--semibold-weight); +} + +.bold, b { + font-weight: var(--bold-weight); +} -- cgit v1.2.3