From 58e06015ed1a3cd899ad33785732ab3f988cdb8b Mon Sep 17 00:00:00 2001 From: Lucifer Date: Fri, 13 Dec 2019 07:55:36 +0530 Subject: Added Window Wrapper for Normal and Vibrant Windows --- .DS_Store | Bin 0 -> 8196 bytes dist/.DS_Store | Bin 0 -> 6148 bytes dist/mac/all.css | 353 +++++++++++++++++++++++++- fonts/.DS_Store | Bin 0 -> 6148 bytes fonts/mac/SF-Pro-Display-Black.otf | Bin 0 -> 1294800 bytes fonts/mac/SF-Pro-Display-BlackItalic.otf | Bin 0 -> 343460 bytes fonts/mac/SF-Pro-Display-Bold.otf | Bin 0 -> 1373628 bytes fonts/mac/SF-Pro-Display-BoldItalic.otf | Bin 0 -> 372684 bytes fonts/mac/SF-Pro-Display-Heavy.otf | Bin 0 -> 1380428 bytes fonts/mac/SF-Pro-Display-HeavyItalic.otf | Bin 0 -> 379316 bytes fonts/mac/SF-Pro-Display-Light.otf | Bin 0 -> 1370468 bytes fonts/mac/SF-Pro-Display-LightItalic.otf | Bin 0 -> 388772 bytes fonts/mac/SF-Pro-Display-Medium.otf | Bin 0 -> 1389424 bytes fonts/mac/SF-Pro-Display-MediumItalic.otf | Bin 0 -> 378156 bytes fonts/mac/SF-Pro-Display-Regular.otf | Bin 0 -> 1299788 bytes fonts/mac/SF-Pro-Display-RegularItalic.otf | Bin 0 -> 340560 bytes fonts/mac/SF-Pro-Display-Semibold.otf | Bin 0 -> 1376616 bytes fonts/mac/SF-Pro-Display-SemiboldItalic.otf | Bin 0 -> 379680 bytes fonts/mac/SF-Pro-Display-Thin.otf | Bin 0 -> 1363048 bytes fonts/mac/SF-Pro-Display-ThinItalic.otf | Bin 0 -> 387104 bytes fonts/mac/SF-Pro-Display-Ultralight.otf | Bin 0 -> 1368260 bytes fonts/mac/SF-Pro-Display-UltralightItalic.otf | Bin 0 -> 387736 bytes fonts/mac/SF-Pro-Rounded-Black.otf | Bin 0 -> 1306668 bytes fonts/mac/SF-Pro-Rounded-Bold.otf | Bin 0 -> 1390176 bytes fonts/mac/SF-Pro-Rounded-Heavy.otf | Bin 0 -> 1412312 bytes fonts/mac/SF-Pro-Rounded-Light.otf | Bin 0 -> 1403328 bytes fonts/mac/SF-Pro-Rounded-Medium.otf | Bin 0 -> 1418848 bytes fonts/mac/SF-Pro-Rounded-Regular.otf | Bin 0 -> 1310432 bytes fonts/mac/SF-Pro-Rounded-Semibold.otf | Bin 0 -> 1409252 bytes fonts/mac/SF-Pro-Rounded-Thin.otf | Bin 0 -> 1395704 bytes fonts/mac/SF-Pro-Rounded-Ultralight.otf | Bin 0 -> 1399048 bytes fonts/mac/SF-Pro-Text-Black.otf | Bin 0 -> 1271180 bytes fonts/mac/SF-Pro-Text-BlackItalic.otf | Bin 0 -> 361416 bytes fonts/mac/SF-Pro-Text-Bold.otf | Bin 0 -> 1345688 bytes fonts/mac/SF-Pro-Text-BoldItalic.otf | Bin 0 -> 385068 bytes fonts/mac/SF-Pro-Text-Heavy.otf | Bin 0 -> 1356744 bytes fonts/mac/SF-Pro-Text-HeavyItalic.otf | Bin 0 -> 391640 bytes fonts/mac/SF-Pro-Text-Light.otf | Bin 0 -> 1357108 bytes fonts/mac/SF-Pro-Text-LightItalic.otf | Bin 0 -> 392656 bytes fonts/mac/SF-Pro-Text-Medium.otf | Bin 0 -> 1368736 bytes fonts/mac/SF-Pro-Text-MediumItalic.otf | Bin 0 -> 392692 bytes fonts/mac/SF-Pro-Text-Regular.otf | Bin 0 -> 1299268 bytes fonts/mac/SF-Pro-Text-RegularItalic.otf | Bin 0 -> 354436 bytes fonts/mac/SF-Pro-Text-Semibold.otf | Bin 0 -> 1354068 bytes fonts/mac/SF-Pro-Text-SemiboldItalic.otf | Bin 0 -> 390244 bytes fonts/mac/SF-Pro-Text-Thin.otf | Bin 0 -> 1352444 bytes fonts/mac/SF-Pro-Text-ThinItalic.otf | Bin 0 -> 391912 bytes fonts/mac/SF-Pro-Text-Ultralight.otf | Bin 0 -> 1353936 bytes fonts/mac/SF-Pro-Text-UltralightItalic.otf | Bin 0 -> 390232 bytes templates/mac/index.html | 6 +- 50 files changed, 355 insertions(+), 4 deletions(-) create mode 100644 .DS_Store create mode 100644 dist/.DS_Store create mode 100644 fonts/.DS_Store create mode 100755 fonts/mac/SF-Pro-Display-Black.otf create mode 100755 fonts/mac/SF-Pro-Display-BlackItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Bold.otf create mode 100755 fonts/mac/SF-Pro-Display-BoldItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Heavy.otf create mode 100755 fonts/mac/SF-Pro-Display-HeavyItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Light.otf create mode 100755 fonts/mac/SF-Pro-Display-LightItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Medium.otf create mode 100755 fonts/mac/SF-Pro-Display-MediumItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Regular.otf create mode 100755 fonts/mac/SF-Pro-Display-RegularItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Semibold.otf create mode 100755 fonts/mac/SF-Pro-Display-SemiboldItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Thin.otf create mode 100755 fonts/mac/SF-Pro-Display-ThinItalic.otf create mode 100755 fonts/mac/SF-Pro-Display-Ultralight.otf create mode 100755 fonts/mac/SF-Pro-Display-UltralightItalic.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Black.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Bold.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Heavy.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Light.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Medium.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Regular.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Semibold.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Thin.otf create mode 100755 fonts/mac/SF-Pro-Rounded-Ultralight.otf create mode 100755 fonts/mac/SF-Pro-Text-Black.otf create mode 100755 fonts/mac/SF-Pro-Text-BlackItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Bold.otf create mode 100755 fonts/mac/SF-Pro-Text-BoldItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Heavy.otf create mode 100755 fonts/mac/SF-Pro-Text-HeavyItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Light.otf create mode 100755 fonts/mac/SF-Pro-Text-LightItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Medium.otf create mode 100755 fonts/mac/SF-Pro-Text-MediumItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Regular.otf create mode 100755 fonts/mac/SF-Pro-Text-RegularItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Semibold.otf create mode 100755 fonts/mac/SF-Pro-Text-SemiboldItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Thin.otf create mode 100755 fonts/mac/SF-Pro-Text-ThinItalic.otf create mode 100755 fonts/mac/SF-Pro-Text-Ultralight.otf create mode 100755 fonts/mac/SF-Pro-Text-UltralightItalic.otf diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..0c704de Binary files /dev/null and b/.DS_Store differ diff --git a/dist/.DS_Store b/dist/.DS_Store new file mode 100644 index 0000000..2b46c80 Binary files /dev/null and b/dist/.DS_Store differ diff --git a/dist/mac/all.css b/dist/mac/all.css index 28f64f2..00c93b9 100644 --- a/dist/mac/all.css +++ b/dist/mac/all.css @@ -22,10 +22,10 @@ discretion. ==================================================================== -CONTENTS OF THIS FILE: ----------------------- +COMPONENTS IN THIS FILE: +------------------------ -1. Window +1. Window Wrapper 2. Title Bars 3. Box Layouts 4. Sidebars @@ -40,6 +40,353 @@ CONTENTS OF THIS FILE: 13. Split Views 14. Tab Views 15. Progress Indicators +16. Panes */ +/* + +FONT IMPORTS +------------ + +*/ + +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Ultralight.otf'); + font-weight: 100; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-UltralightItalic.otf'); + font-weight: 100; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Thin.otf'); + font-weight: 200; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-ThinItalic.otf'); + font-weight: 200; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Light.otf'); + font-weight: 300; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-LightItalic.otf'); + font-weight: 300; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Regular.otf'); + font-weight: 400; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-RegularItalic.otf'); + font-weight: 400; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Medium.otf'); + font-weight: 500; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-MediumItalic.otf'); + font-weight: 500; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Semibold.otf'); + font-weight: 600; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-SemiboldItalic.otf'); + font-weight: 600; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Bold.otf'); + font-weight: 700; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-BoldItalic.otf'); + font-weight: 700; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Heavy.otf'); + font-weight: 800; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-HeavyItalic.otf'); + font-weight: 800; + font-style: italic; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-Black.otf'); + font-weight: 900; +} +@font-face { + font-family: SFProDisplay; + src: url('../../fonts/mac/SF-Pro-Display-BlackItalic.otf'); + font-weight: 900; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Ultralight.otf'); + font-weight: 100; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-UltralightItalic.otf'); + font-weight: 100; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Thin.otf'); + font-weight: 200; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-ThinItalic.otf'); + font-weight: 200; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Light.otf'); + font-weight: 300; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-LightItalic.otf'); + font-weight: 300; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Regular.otf'); + font-weight: 400; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-RegularItalic.otf'); + font-weight: 400; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Medium.otf'); + font-weight: 500; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-MediumItalic.otf'); + font-weight: 500; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Semibold.otf'); + font-weight: 600; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-SemiboldItalic.otf'); + font-weight: 600; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Bold.otf'); + font-weight: 700; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-BoldItalic.otf'); + font-weight: 700; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Heavy.otf'); + font-weight: 800; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-HeavyItalic.otf'); + font-weight: 800; + font-style: italic; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-Black.otf'); + font-weight: 900; +} +@font-face { + font-family: SFProRounded; + src: url('../../fonts/mac/SF-Pro-Rounded-BlackItalic.otf'); + font-weight: 900; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Ultralight.otf'); + font-weight: 100; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-UltralightItalic.otf'); + font-weight: 100; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Thin.otf'); + font-weight: 200; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-ThinItalic.otf'); + font-weight: 200; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Light.otf'); + font-weight: 300; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-LightItalic.otf'); + font-weight: 300; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Regular.otf'); + font-weight: 400; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-RegularItalic.otf'); + font-weight: 400; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Medium.otf'); + font-weight: 500; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-MediumItalic.otf'); + font-weight: 500; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Semibold.otf'); + font-weight: 600; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-SemiboldItalic.otf'); + font-weight: 600; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Bold.otf'); + font-weight: 700; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-BoldItalic.otf'); + font-weight: 700; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Heavy.otf'); + font-weight: 800; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-HeavyItalic.otf'); + font-weight: 800; + font-style: italic; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-Black.otf'); + font-weight: 900; +} +@font-face { + font-family: SFProText; + src: url('../../fonts/mac/SF-Pro-Text-BlackItalic.otf'); + font-weight: 900; + font-style: italic; +} + +/* + +GLOBAL STYLES +-------------- + +*/ + +body { + padding: 0; + margin: 0; +} + +/* Window Wrapper */ + +.window { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + display: flex; + flex-direction: column; + background-color: #fff; +} + +.window-vibrant { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + display: flex; + flex-direction: column; +} + +.content { + position: relative; + overflow-y: auto; + display: flex; + flex: 1; +} \ No newline at end of file diff --git a/fonts/.DS_Store b/fonts/.DS_Store new file mode 100644 index 0000000..e677edd Binary files /dev/null and b/fonts/.DS_Store differ diff --git a/fonts/mac/SF-Pro-Display-Black.otf b/fonts/mac/SF-Pro-Display-Black.otf new file mode 100755 index 0000000..ea2f438 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Black.otf differ diff --git a/fonts/mac/SF-Pro-Display-BlackItalic.otf b/fonts/mac/SF-Pro-Display-BlackItalic.otf new file mode 100755 index 0000000..152ac9e Binary files /dev/null and b/fonts/mac/SF-Pro-Display-BlackItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Bold.otf b/fonts/mac/SF-Pro-Display-Bold.otf new file mode 100755 index 0000000..ecee5c2 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Bold.otf differ diff --git a/fonts/mac/SF-Pro-Display-BoldItalic.otf b/fonts/mac/SF-Pro-Display-BoldItalic.otf new file mode 100755 index 0000000..f793240 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-BoldItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Heavy.otf b/fonts/mac/SF-Pro-Display-Heavy.otf new file mode 100755 index 0000000..330e577 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Heavy.otf differ diff --git a/fonts/mac/SF-Pro-Display-HeavyItalic.otf b/fonts/mac/SF-Pro-Display-HeavyItalic.otf new file mode 100755 index 0000000..b88d27e Binary files /dev/null and b/fonts/mac/SF-Pro-Display-HeavyItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Light.otf b/fonts/mac/SF-Pro-Display-Light.otf new file mode 100755 index 0000000..548b07c Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Light.otf differ diff --git a/fonts/mac/SF-Pro-Display-LightItalic.otf b/fonts/mac/SF-Pro-Display-LightItalic.otf new file mode 100755 index 0000000..f7f40f1 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-LightItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Medium.otf b/fonts/mac/SF-Pro-Display-Medium.otf new file mode 100755 index 0000000..134d8ad Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Medium.otf differ diff --git a/fonts/mac/SF-Pro-Display-MediumItalic.otf b/fonts/mac/SF-Pro-Display-MediumItalic.otf new file mode 100755 index 0000000..036d8c0 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-MediumItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Regular.otf b/fonts/mac/SF-Pro-Display-Regular.otf new file mode 100755 index 0000000..9f8f0bf Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Regular.otf differ diff --git a/fonts/mac/SF-Pro-Display-RegularItalic.otf b/fonts/mac/SF-Pro-Display-RegularItalic.otf new file mode 100755 index 0000000..a67757d Binary files /dev/null and b/fonts/mac/SF-Pro-Display-RegularItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Semibold.otf b/fonts/mac/SF-Pro-Display-Semibold.otf new file mode 100755 index 0000000..a72b5e5 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Semibold.otf differ diff --git a/fonts/mac/SF-Pro-Display-SemiboldItalic.otf b/fonts/mac/SF-Pro-Display-SemiboldItalic.otf new file mode 100755 index 0000000..c840be3 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-SemiboldItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Thin.otf b/fonts/mac/SF-Pro-Display-Thin.otf new file mode 100755 index 0000000..794f3c7 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Thin.otf differ diff --git a/fonts/mac/SF-Pro-Display-ThinItalic.otf b/fonts/mac/SF-Pro-Display-ThinItalic.otf new file mode 100755 index 0000000..3337ab7 Binary files /dev/null and b/fonts/mac/SF-Pro-Display-ThinItalic.otf differ diff --git a/fonts/mac/SF-Pro-Display-Ultralight.otf b/fonts/mac/SF-Pro-Display-Ultralight.otf new file mode 100755 index 0000000..d74d1ea Binary files /dev/null and b/fonts/mac/SF-Pro-Display-Ultralight.otf differ diff --git a/fonts/mac/SF-Pro-Display-UltralightItalic.otf b/fonts/mac/SF-Pro-Display-UltralightItalic.otf new file mode 100755 index 0000000..a07ba5d Binary files /dev/null and b/fonts/mac/SF-Pro-Display-UltralightItalic.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Black.otf b/fonts/mac/SF-Pro-Rounded-Black.otf new file mode 100755 index 0000000..5e53087 Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Black.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Bold.otf b/fonts/mac/SF-Pro-Rounded-Bold.otf new file mode 100755 index 0000000..b5c2aed Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Bold.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Heavy.otf b/fonts/mac/SF-Pro-Rounded-Heavy.otf new file mode 100755 index 0000000..ce31b1c Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Heavy.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Light.otf b/fonts/mac/SF-Pro-Rounded-Light.otf new file mode 100755 index 0000000..94584f4 Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Light.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Medium.otf b/fonts/mac/SF-Pro-Rounded-Medium.otf new file mode 100755 index 0000000..1a0a7e4 Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Medium.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Regular.otf b/fonts/mac/SF-Pro-Rounded-Regular.otf new file mode 100755 index 0000000..4d32308 Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Regular.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Semibold.otf b/fonts/mac/SF-Pro-Rounded-Semibold.otf new file mode 100755 index 0000000..973f92d Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Semibold.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Thin.otf b/fonts/mac/SF-Pro-Rounded-Thin.otf new file mode 100755 index 0000000..302fd86 Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Thin.otf differ diff --git a/fonts/mac/SF-Pro-Rounded-Ultralight.otf b/fonts/mac/SF-Pro-Rounded-Ultralight.otf new file mode 100755 index 0000000..fdea039 Binary files /dev/null and b/fonts/mac/SF-Pro-Rounded-Ultralight.otf differ diff --git a/fonts/mac/SF-Pro-Text-Black.otf b/fonts/mac/SF-Pro-Text-Black.otf new file mode 100755 index 0000000..5adc18a Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Black.otf differ diff --git a/fonts/mac/SF-Pro-Text-BlackItalic.otf b/fonts/mac/SF-Pro-Text-BlackItalic.otf new file mode 100755 index 0000000..e56e654 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-BlackItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Bold.otf b/fonts/mac/SF-Pro-Text-Bold.otf new file mode 100755 index 0000000..abbc38d Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Bold.otf differ diff --git a/fonts/mac/SF-Pro-Text-BoldItalic.otf b/fonts/mac/SF-Pro-Text-BoldItalic.otf new file mode 100755 index 0000000..f0af785 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-BoldItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Heavy.otf b/fonts/mac/SF-Pro-Text-Heavy.otf new file mode 100755 index 0000000..5724106 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Heavy.otf differ diff --git a/fonts/mac/SF-Pro-Text-HeavyItalic.otf b/fonts/mac/SF-Pro-Text-HeavyItalic.otf new file mode 100755 index 0000000..8929d2a Binary files /dev/null and b/fonts/mac/SF-Pro-Text-HeavyItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Light.otf b/fonts/mac/SF-Pro-Text-Light.otf new file mode 100755 index 0000000..121125d Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Light.otf differ diff --git a/fonts/mac/SF-Pro-Text-LightItalic.otf b/fonts/mac/SF-Pro-Text-LightItalic.otf new file mode 100755 index 0000000..733eb62 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-LightItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Medium.otf b/fonts/mac/SF-Pro-Text-Medium.otf new file mode 100755 index 0000000..ffd366e Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Medium.otf differ diff --git a/fonts/mac/SF-Pro-Text-MediumItalic.otf b/fonts/mac/SF-Pro-Text-MediumItalic.otf new file mode 100755 index 0000000..66d77e5 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-MediumItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Regular.otf b/fonts/mac/SF-Pro-Text-Regular.otf new file mode 100755 index 0000000..3f23f8f Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Regular.otf differ diff --git a/fonts/mac/SF-Pro-Text-RegularItalic.otf b/fonts/mac/SF-Pro-Text-RegularItalic.otf new file mode 100755 index 0000000..3cdc522 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-RegularItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Semibold.otf b/fonts/mac/SF-Pro-Text-Semibold.otf new file mode 100755 index 0000000..ebd200d Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Semibold.otf differ diff --git a/fonts/mac/SF-Pro-Text-SemiboldItalic.otf b/fonts/mac/SF-Pro-Text-SemiboldItalic.otf new file mode 100755 index 0000000..e43d2f4 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-SemiboldItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Thin.otf b/fonts/mac/SF-Pro-Text-Thin.otf new file mode 100755 index 0000000..b1f2100 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Thin.otf differ diff --git a/fonts/mac/SF-Pro-Text-ThinItalic.otf b/fonts/mac/SF-Pro-Text-ThinItalic.otf new file mode 100755 index 0000000..37ebdb1 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-ThinItalic.otf differ diff --git a/fonts/mac/SF-Pro-Text-Ultralight.otf b/fonts/mac/SF-Pro-Text-Ultralight.otf new file mode 100755 index 0000000..170e63c Binary files /dev/null and b/fonts/mac/SF-Pro-Text-Ultralight.otf differ diff --git a/fonts/mac/SF-Pro-Text-UltralightItalic.otf b/fonts/mac/SF-Pro-Text-UltralightItalic.otf new file mode 100755 index 0000000..56b1540 Binary files /dev/null and b/fonts/mac/SF-Pro-Text-UltralightItalic.otf differ diff --git a/templates/mac/index.html b/templates/mac/index.html index d655be6..77bcac8 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -8,7 +8,11 @@ -

Native Kit macOS

+
+
+
+
+ \ No newline at end of file -- cgit v1.2.3