From 80b1e796afb1a1e76a3000c8a0a6a2b24f23080a Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 16 Mar 2022 13:54:07 +0100 Subject: [PATCH] Fix font naming --- CHANGELOG.md | 9 ++++++++- src/scss/_fonts.scss | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb912f..460b256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.1] - 2022-03-16 + +### Fixed + +- wrong font-weight on the "Toot!" button + ## [2.3.0] - 2022-03-16 ### Changed @@ -132,7 +138,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.3.0...HEAD +[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.3.1...HEAD +[2.3.1]: https://codeberg.org/kytta/toot/compare/v2.3.0...v2.3.1 [2.3.0]: https://codeberg.org/kytta/toot/compare/v2.2.2...v2.3.0 [2.2.2]: https://codeberg.org/kytta/toot/compare/v2.2.1...v2.2.2 [2.2.1]: https://codeberg.org/kytta/toot/compare/v2.2.0...v2.2.1 diff --git a/src/scss/_fonts.scss b/src/scss/_fonts.scss index 0cd4de1..175e94b 100644 --- a/src/scss/_fonts.scss +++ b/src/scss/_fonts.scss @@ -29,7 +29,7 @@ } @font-face { - font-family: "Roboto Medium"; + font-family: "Roboto"; font-style: normal; font-weight: 500; src: local("Roboto Medium"), local("Roboto-Medium"),