Bold text
This commit is contained in:
parent
633c7fc523
commit
726dc3a439
2 changed files with 16 additions and 0 deletions
BIN
assets/fonts/rubik-v28-latin-600.woff2
Normal file
BIN
assets/fonts/rubik-v28-latin-600.woff2
Normal file
Binary file not shown.
|
@ -9,6 +9,14 @@
|
||||||
color-scheme: dark;
|
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-face {
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-family: 'Rubik';
|
font-family: 'Rubik';
|
||||||
|
@ -318,3 +326,11 @@ sup {
|
||||||
em, b, s {
|
em, b, s {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b, b > *, .activityTitle, .activityTitle > * {
|
||||||
|
font-family: "RubikBold", Verdana, Geneva, Tahoma, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.activityTitle {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
Loading…
Reference in a new issue