From 615f5dc8bdf0fb8920b1f0b8e4c861a22a8a6dba Mon Sep 17 00:00:00 2001 From: Eduard Prigoana Date: Sat, 14 Feb 2026 16:43:05 +0000 Subject: [PATCH] add apple music fonts --- index.html | 45 ++++++++++++------ js/settings.js | 2 + js/storage.js | 41 +++++++++++++++- public/fonts/apple/SFPRODISPLAYBOLD.woff2 | Bin 0 -> 98140 bytes public/fonts/apple/SFPRODISPLAYMEDIUM.woff2 | Bin 0 -> 99760 bytes public/fonts/apple/SFPRODISPLAYREGULAR.woff2 | Bin 0 -> 89492 bytes .../apple/SFPRODISPLAYSEMIBOLDITALIC.woff2 | Bin 0 -> 62472 bytes public/fonts/apple/sf-pro-display.css | 36 ++++++++++++++ styles.css | 8 ++++ 9 files changed, 117 insertions(+), 15 deletions(-) create mode 100644 public/fonts/apple/SFPRODISPLAYBOLD.woff2 create mode 100644 public/fonts/apple/SFPRODISPLAYMEDIUM.woff2 create mode 100644 public/fonts/apple/SFPRODISPLAYREGULAR.woff2 create mode 100644 public/fonts/apple/SFPRODISPLAYSEMIBOLDITALIC.woff2 create mode 100644 public/fonts/apple/sf-pro-display.css diff --git a/index.html b/index.html index 9f4ccf1..cc7f1c5 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,20 @@ + + + + + + + + + + + + + + @@ -758,20 +772,22 @@