Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Switching to SalesforceSans font + other small fuel fusion site changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaltz committed Sep 9, 2015
1 parent fec1955 commit 7c67f24
Show file tree
Hide file tree
Showing 8 changed files with 457 additions and 5 deletions.
3 changes: 0 additions & 3 deletions _layouts/fusion-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

<!-- Adding mc-theme to documentation for the fuel site -->
<link href="http://www.fuelcdn.com/fuelux-mctheme/1.8.0/css/fuelux-mctheme.min.css" rel="stylesheet" type="text/css"/>

<!-- Adding proxima font for fusion documentation -->
<link href="//www.fuelcdn.com/fonts/proxima-nova.css" rel="stylesheet" type="text/css">

<!-- fusion specific css -->
<link type="text/css" href="/assets/css/fusion.css" rel="stylesheet" />
Expand Down
29 changes: 27 additions & 2 deletions assets/css/fusion.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
@font-face {
font-family:"Salesforce Sans";
src:url(../fonts/SalesforceSans-Regular.eot) format("eot"),
url(../fonts/SalesforceSans-Regular.woff) format("woff"),
url(../fonts/SalesforceSans-Regular.ttf) format("truetype"),
url(../fonts/SalesforceSans-Regular.svg) format("svg")
}

#fusion-body{
padding:50px;
padding-top:0px;
font-family: "Proxima N W01 Reg","Helvetica Neue",Helvetica,Arial,sans-serif;
padding-top:0;
font-size: 14px;
font-family: "Salesforce Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#fusion-body .page-header {
font-size: 24px;
color: #333;
}

#fusion-body .fu-docs-section > h2 {
font-size: 18px;
color: #333;
}

#fusion-body .fu-docs-section > p {
font-size: 14px;
color: #333;
}

h1 .header-anchor{
left:-1px;
}
Expand Down
Empty file added assets/css/salesforce-font.css
Empty file.
Binary file added assets/fonts/SalesforceSans-Regular.eot
Binary file not shown.
430 changes: 430 additions & 0 deletions assets/fonts/SalesforceSans-Regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/SalesforceSans-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/SalesforceSans-Regular.woff
Binary file not shown.
Binary file added assets/fonts/SalesforceSans-Regular.woff2
Binary file not shown.

0 comments on commit 7c67f24

Please sign in to comment.