http://git-wip-us.apache.org/repos/asf/falcon/blob/86180d93/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff b/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff new file mode 100644 index 0000000..36c0dcc Binary files /dev/null and b/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff differ
http://git-wip-us.apache.org/repos/asf/falcon/blob/86180d93/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff2 ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff2 b/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff2 new file mode 100644 index 0000000..851b509 Binary files /dev/null and b/falcon-ui/app/css/fonts/Cabin-Regular-webfont.woff2 differ http://git-wip-us.apache.org/repos/asf/falcon/blob/86180d93/falcon-ui/app/css/fonts/cabin.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/fonts/cabin.less b/falcon-ui/app/css/fonts/cabin.less new file mode 100644 index 0000000..4e090de --- /dev/null +++ b/falcon-ui/app/css/fonts/cabin.less @@ -0,0 +1,53 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +@font-face { + font-family: 'cabin'; + src: url('@{icon-font-path}Cabin-Regular-webfont.eot'); + src: url('@{icon-font-path}Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('@{icon-font-path}Cabin-Regular-webfont.woff2') format('woff2'), + url('@{icon-font-path}Cabin-Regular-webfont.woff') format('woff'), + url('@{icon-font-path}Cabin-Regular-webfont.ttf') format('truetype'), + url('@{icon-font-path}Cabin-Regular-webfont.svg#cabinregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'cabin'; + src: url('@{icon-font-path}Cabin-Bold-webfont.eot'); + src: url('@{icon-font-path}Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('@{icon-font-path}Cabin-Bold-webfont.woff2') format('woff2'), + url('@{icon-font-path}Cabin-Bold-webfont.woff') format('woff'), + url('@{icon-font-path}Cabin-Bold-webfont.ttf') format('truetype'), + url('@{icon-font-path}Cabin-Bold-webfont.svg#cabinbold') format('svg'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'cabin'; + src: url('@{icon-font-path}Cabin-Italic-webfont.eot'); + src: url('@{icon-font-path}Cabin-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('@{icon-font-path}Cabin-Italic-webfont.woff2') format('woff2'), + url('@{icon-font-path}Cabin-Italic-webfont.woff') format('woff'), + url('@{icon-font-path}Cabin-Italic-webfont.ttf') format('truetype'), + url('@{icon-font-path}Cabin-Italic-webfont.svg#cabinitalic') format('svg'); + font-weight: normal; + font-style: italic; +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/falcon/blob/86180d93/falcon-ui/app/css/fonts/entypo.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/fonts/entypo.less b/falcon-ui/app/css/fonts/entypo.less index 5f8562d..3b90398 100644 --- a/falcon-ui/app/css/fonts/entypo.less +++ b/falcon-ui/app/css/fonts/entypo.less @@ -1,3 +1,21 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +//--------glyphicons------------------------------------// @font-face { font-family: 'EntypoRegular'; @@ -1169,4 +1187,4 @@ .entypo-social.smashing:before { content: '\F357'; -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/falcon/blob/86180d93/falcon-ui/app/css/fonts/glyphicons-halflings-regular.eot ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/fonts/glyphicons-halflings-regular.eot b/falcon-ui/app/css/fonts/glyphicons-halflings-regular.eot index 4a4ca86..b93a495 100644 Binary files a/falcon-ui/app/css/fonts/glyphicons-halflings-regular.eot and b/falcon-ui/app/css/fonts/glyphicons-halflings-regular.eot differ
