# Bulma Changelog
-## Unreleased
+## 1.0.4
-- Add .has-text-weight-extrabold as a typography class.
++### New Features
++
++- #3937: Add .has-text-weight-extrabold as a typography class.
++
+### Bug Fixes
+
+- #3963: Improve colour loading versions of outlined buttons
+- #3950: Correct the syntax in hero is-bold colour variants
+
+### Documentation Fixes
+
+- #3916 Fixed .skeleton-toggler issues
## 1.0.3
font-weight: 700 !important;
}
++.has-text-weight-extrabold {
++ font-weight: 800 !important;
++}
++
.is-family-primary {
font-family: "Inter", "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.skeleton-toggler {
position: fixed;
-- right: 1rem;
++ right: 13.5rem;
bottom: 1rem;
-- z-index: 1;
++ z-index: 2;
}
++@media screen and (max-width: 768px) {
++ .skeleton-toggler {
++ right: 1rem;
++ }
++}
.js-resizable {
position: relative;
}