Bold text

This commit is contained in:
bingus_violet 2024-05-30 22:31:16 -05:00
parent 633c7fc523
commit 726dc3a439
2 changed files with 16 additions and 0 deletions

Binary file not shown.

View file

@ -9,6 +9,14 @@
color-scheme: dark;
}
@font-face {
font-display: swap;
font-family: 'RubikBold';
font-style: bold;
font-weight: 600;
src: url('./fonts/rubik-v28-latin-600.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Rubik';
@ -318,3 +326,11 @@ sup {
em, b, s {
color: inherit;
}
b, b > *, .activityTitle, .activityTitle > * {
font-family: "RubikBold", Verdana, Geneva, Tahoma, sans-serif;
}
.activityTitle {
text-decoration: underline;
}