You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dm...@apache.org on 2017/10/18 21:25:55 UTC

aurora git commit: Add fonts again (with line-endings intact!)

Repository: aurora
Updated Branches:
  refs/heads/master 1bb284bb6 -> ff3912041


Add fonts again (with line-endings intact!)


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ff391204
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/ff391204
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/ff391204

Branch: refs/heads/master
Commit: ff3912041080d9f10bd0289f46e52c615a404e97
Parents: 1bb284b
Author: David McLaughlin <da...@dmclaughlin.com>
Authored: Wed Oct 18 14:24:52 2017 -0700
Committer: David McLaughlin <da...@dmclaughlin.com>
Committed: Wed Oct 18 14:24:52 2017 -0700

----------------------------------------------------------------------
 ui/src/main/js/index.js                          |   1 +
 ui/src/main/resources/SourceSansPro-Black.ttf    | Bin 0 -> 148368 bytes
 ui/src/main/resources/SourceSansPro-Bold.ttf     | Bin 0 -> 148932 bytes
 ui/src/main/resources/SourceSansPro-Regular.ttf  | Bin 0 -> 149972 bytes
 ui/src/main/resources/SourceSansPro-Semibold.ttf | Bin 0 -> 149636 bytes
 5 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/ff391204/ui/src/main/js/index.js
----------------------------------------------------------------------
diff --git a/ui/src/main/js/index.js b/ui/src/main/js/index.js
index 5ad5f37..e1857b2 100644
--- a/ui/src/main/js/index.js
+++ b/ui/src/main/js/index.js
@@ -12,6 +12,7 @@ import Update from 'pages/Update';
 import Updates from 'pages/Updates';
 
 import 'bootstrap/dist/css/bootstrap.css';
+import '../resources/source-sans-pro.css'
 import '../sass/app.scss';
 
 const injectApi = (Page) => (props) => <Page api={SchedulerClient} {...props} />;

http://git-wip-us.apache.org/repos/asf/aurora/blob/ff391204/ui/src/main/resources/SourceSansPro-Black.ttf
----------------------------------------------------------------------
diff --git a/ui/src/main/resources/SourceSansPro-Black.ttf b/ui/src/main/resources/SourceSansPro-Black.ttf
new file mode 100755
index 0000000..cb89a2d
Binary files /dev/null and b/ui/src/main/resources/SourceSansPro-Black.ttf differ

http://git-wip-us.apache.org/repos/asf/aurora/blob/ff391204/ui/src/main/resources/SourceSansPro-Bold.ttf
----------------------------------------------------------------------
diff --git a/ui/src/main/resources/SourceSansPro-Bold.ttf b/ui/src/main/resources/SourceSansPro-Bold.ttf
new file mode 100755
index 0000000..50d81bd
Binary files /dev/null and b/ui/src/main/resources/SourceSansPro-Bold.ttf differ

http://git-wip-us.apache.org/repos/asf/aurora/blob/ff391204/ui/src/main/resources/SourceSansPro-Regular.ttf
----------------------------------------------------------------------
diff --git a/ui/src/main/resources/SourceSansPro-Regular.ttf b/ui/src/main/resources/SourceSansPro-Regular.ttf
new file mode 100755
index 0000000..91e9ea5
Binary files /dev/null and b/ui/src/main/resources/SourceSansPro-Regular.ttf differ

http://git-wip-us.apache.org/repos/asf/aurora/blob/ff391204/ui/src/main/resources/SourceSansPro-Semibold.ttf
----------------------------------------------------------------------
diff --git a/ui/src/main/resources/SourceSansPro-Semibold.ttf b/ui/src/main/resources/SourceSansPro-Semibold.ttf
new file mode 100755
index 0000000..5020594
Binary files /dev/null and b/ui/src/main/resources/SourceSansPro-Semibold.ttf differ