-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fontname has wrong capitalization #1990
Copy link
Copy link
Closed
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomeUI 🎨User InterfacesUser Interfaces
Milestone
Description
The code in
| src: url("../fonts/openSans.woff") format("woff"); |
needs to be
src: url("../fonts/OpenSans.woff") format("woff");
(capitalized "O") to match the filename in this file: https://github.com/FreshRSS/FreshRSS/blob/master/p/themes/fonts/OpenSans.woff
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomeUI 🎨User InterfacesUser Interfaces