diff options
| author | Kumar Priyansh <[email protected]> | 2020-01-13 18:33:38 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-01-13 18:34:52 +0530 |
| commit | 02421835b493f598e814bb3319d2b74859312eef (patch) | |
| tree | 5a7d855e6d7ae1349ad838307ca554d4ddfc2699 /dist/mac/css | |
| parent | 83f7b9bad7d8d37c30a074a8381039c5d00ec13d (diff) | |
| download | nativekit-02421835b493f598e814bb3319d2b74859312eef.tar.xz nativekit-02421835b493f598e814bb3319d2b74859312eef.zip | |
Removing unused font declarations
Diffstat (limited to 'dist/mac/css')
| -rw-r--r-- | dist/mac/css/all.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/mac/css/all.css b/dist/mac/css/all.css index 2029542..3d88acd 100644 --- a/dist/mac/css/all.css +++ b/dist/mac/css/all.css @@ -53,7 +53,7 @@ COMPONENTS IN THIS FILE: /* Font Imports */ -@font-face { +/* @font-face { font-family: SFProDisplay; src: url('../fonts/SF-Pro-Display-Ultralight.otf'); font-weight: 100; @@ -298,7 +298,7 @@ COMPONENTS IN THIS FILE: src: url('../fonts/SF-Pro-Text-UltralightItalic.otf'); font-weight: 100; font-style: italic; -} +} */ @font-face { font-family: SFProText; |
