summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-02-05 16:42:41 -0500
committerSam Anthony <sam@samanthony.xyz>2026-02-05 16:42:41 -0500
commit2f9adc47529516868e46044f598bd744a858c3a3 (patch)
tree5d3ec9f34968e834ffcc532abaf49ff178205314 /style.css
parente3064f9497acac1f2ea11893859d2287df50db16 (diff)
downloadresume-2f9adc47529516868e46044f598bd744a858c3a3.zip
highlight degree and gpa; remove deans list years
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 20 insertions, 0 deletions
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);
+}