You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
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/).
5
5
6
6
## [Unreleased]
7
+
## [v4.0.0] - 2025-02-25
8
+
### Changes
9
+
- The Campton font face definitions have been replaced by Poppins in `nu_fonts.scss`.
10
+
-**You must make corresponding changes in your application!** See the documentation for more information.
Copy file name to clipboardExpand all lines: docs/readme.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,18 @@ Route::get('/demo', function () {
71
71
```
72
72
73
73
## Upgrading
74
+
### v4.0.0
75
+
When upgrading to this version, you should update the `nu_fonts.scss` file. The Campton family of fonts is no longer licensed for web use and has been removed from `common.northwestern.edu`.
76
+
77
+
You should update the `resources/sass/nu_fonts.scss` file to match [the latest version](https://github.com/NIT-Administrative-Systems/northwestern-laravel-ui/blob/v4.0.0/src/Presets/northwestern-stubs/sass/nu_fonts.scss).
78
+
79
+
The layout itself does not use Campton, but your application may have used it. Check for references to `Campton` in your stylesheets and swap them to Poppins.
80
+
81
+
| Old Family | New Family |
82
+
|--------------------|----------------|
83
+
| Campton Book | Poppins Light |
84
+
| All other Camptons | Poppins Bold |
85
+
74
86
### v3.0.0
75
87
This version requires a higher version of the Sentry SDK and contains some breaking changes:
0 commit comments