Skip to content

Instantly share code, notes, and snippets.

@normancapule
Created July 12, 2013 09:54
Show Gist options
  • Save normancapule/5983250 to your computer and use it in GitHub Desktop.
Save normancapule/5983250 to your computer and use it in GitHub Desktop.
###############
#application.js
###############
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery_ujs
//= require jquery-ui.custom.min
//= require sidebar
//= require foundation
$(document).foundation();
#####################
#application.css.scss
#####################
@import 'foundation_and_overrides';
@import 'fonts';
@import 'header';
@import 'sidepanel';
@import 'page';
@import 'footer';
@font-face {
font-family: 'MuseoSans100';
src: url('museosans_100-webfont.eot');
src: url('museosans_100-webfont.eot?#iefix') format('embedded-opentype'),
url('museosans_100-webfont.woff') format('woff'),
url('museosans_100-webfont.ttf') format('truetype'),
url('museosans_100-webfont.svg#MuseoSans100Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans900';
src: url('museosans_900-webfont.eot');
src: url('museosans_900-webfont.eot?#iefix') format('embedded-opentype'),
url('museosans_900-webfont.woff') format('woff'),
url('museosans_900-webfont.ttf') format('truetype'),
url('museosans_900-webfont.svg#MuseoSans900Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans300';
src: url('museosans_300-webfont.eot');
src: url('museosans_300-webfont.eot?#iefix') format('embedded-opentype'),
url('museosans_300-webfont.woff') format('woff'),
url('museosans_300-webfont.ttf') format('truetype'),
url('museosans_300-webfont.svg#MuseoSans300') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans700';
src: url('museosans_700-webfont.eot');
src: url('museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
url('museosans_700-webfont.woff') format('woff'),
url('museosans_700-webfont.ttf') format('truetype'),
url('museosans_700-webfont.svg#MuseoSans700') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans500';
src: url('museosans_500-webfont.eot');
src: url('museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
url('museosans_500-webfont.woff') format('woff'),
url('museosans_500-webfont.ttf') format('truetype'),
url('museosans_500-webfont.svg#MuseoSans500') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HelveticaNeueLT-ThinExt';
src: url('helveticalt33thinextended.eot');
src: url('helveticalt33thinextended.eot?#iefix') format('embedded-opentype'),
url('helveticalt33thinextended.woff') format('woff'),
url('helveticalt33thinextended.ttf') format('truetype'),
url('helveticalt33thinextended.svg#helveticalt33thinextended') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment