Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
[#67] modified CSS and credits.html files to use AdobeClean font
Browse files Browse the repository at this point in the history
  • Loading branch information
hermwong committed Mar 3, 2015
1 parent 917a5a6 commit abff4bf
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions www/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
<style>
@font-face {
font-family: "Source Sans";
src: url("../font/SourceSansPro-Regular.otf");
src: url("../font/AdobeClean-Regular.otf");
}

@font-face {
font-family: "Source Sans";
src: url("../font/SourceSansPro-Light.otf");
src: url("../font/AdobeClean-Light.otf");
font-weight: 200;
}

@font-face {
font-family: "Source Sans";
src: url("../font/SourceSansPro-Semibold.otf");
src: url("../font/AdobeClean-BoldSemiCn.otf");
font-weight: 600;
}

Expand Down
File renamed without changes.

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions www/css/topcoat-overlay-custom.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*!
Copyright 2012 Adobe Systems Inc.;
Licensed 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.
*/
body{margin:0;padding:0;background:#dfe2e2;color:#000;font:16px "Source Sans",helvetica,arial,sans-serif;font-weight:200;text-rendering:optimizeLegibility}@font-face{font-family:"Source Sans";src:url(../font/AdobeClean-Regular.otf)}@font-face{font-family:"Source Sans";src:url(../font/AdobeClean-Light.otf);font-weight:200}@font-face{font-family:"Source Sans";src:url(../font/AdobeClean-BoldSemiCn.otf);font-weight:600}.topcoat-overlay{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;user-select:none;box-sizing:border-box;background-clip:padding-box;overflow:hidden;position:absolute;left:50%;top:5%;padding:20px 10px;border-radius:6px;background-color:#e5e9e8;border:1px solid #a5a8a8;width:60%;margin-left:-30%;text-align:center;z-index:10}.topcoat-overlay h1{padding-bottom:20px;border-bottom:1px solid #d3d7d7}.topcoat-overlay-bg{position:absolute;width:100%;height:100%;background-color:rgba(88,90,92,.7);box-shadow:inset 0 0 115px 0 #000;z-index:5}.topcoat-overlay-buttons{margin-top:20px}.topcoat-overlay-buttons .topcoat-button,.topcoat-overlay-buttons .topcoat-button--cta{margin:5px}
15 changes: 0 additions & 15 deletions www/css/topcoat-overlay.min.css

This file was deleted.

Binary file added www/font/AdobeClean-BoldSemiCn.otf
Binary file not shown.
Binary file added www/font/AdobeClean-Light.otf
Binary file not shown.
Binary file added www/font/AdobeClean-Regular.otf
Binary file not shown.
Binary file removed www/font/SourceSansPro-Light.otf
Binary file not shown.
Binary file removed www/font/SourceSansPro-Regular.otf
Binary file not shown.
Binary file removed www/font/SourceSansPro-Semibold.otf
Binary file not shown.
6 changes: 3 additions & 3 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<title>PhoneGap</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel='stylesheet' type='text/css' href='css/animate.css'>
<link rel="stylesheet" type="text/css" href="css/topcoat-desktop-light.min.css">
<link rel="stylesheet" type="text/css" href="css/topcoat-overlay.min.css">
<link rel="stylesheet" type="text/css" href="css/topcoat-overlay-custom.css">
<link rel="stylesheet" type="text/css" href="css/topcoat-desktop-light-custom.min.css">
<link rel="stylesheet" type="text/css" href="css/topcoat-overlay-custom.min.css">
<link rel="stylesheet" type="text/css" href="css/overlays.css">
<link rel="stylesheet" type="text/css" href="css/flexboxgrid.min.css">
<link rel="stylesheet" type="text/css" href="css/flipper.css">
<script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"height": 600,
"min_height": 600,
"max_height": 600,
"toolbar": false,
"toolbar": true,
"icon": "img/app-icons/icon.png",
"resizable": false
},
Expand Down

0 comments on commit abff4bf

Please sign in to comment.