diff --git a/assets/fonts/rubik-v28-latin-600.woff2 b/assets/fonts/rubik-v28-latin-600.woff2 new file mode 100644 index 0000000..b1afae7 Binary files /dev/null and b/assets/fonts/rubik-v28-latin-600.woff2 differ diff --git a/static/style.css b/static/style.css index 26d9e9b..fdab342 100644 --- a/static/style.css +++ b/static/style.css @@ -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'; @@ -317,4 +325,12 @@ sup { em, b, s { color: inherit; +} + +b, b > *, .activityTitle, .activityTitle > * { + font-family: "RubikBold", Verdana, Geneva, Tahoma, sans-serif; +} + +.activityTitle { + text-decoration: underline; } \ No newline at end of file