Skip to content

Instantly share code, notes, and snippets.

View outaTiME's full-sized avatar

Ariel Falduto outaTiME

View GitHub Profile
@font-face {
font-family: "Fira Code Nerd Font";
font-style: normal;
font-weight: 200;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype');
font-variant-ligatures: none;
}
@font-face {
font-family: "Fira Code Nerd Font";
font-style: normal;
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 13,
// font family with optional fallbacks
@outaTiME
outaTiME / index.html
Created September 12, 2014 18:01
Emberfire hasMany test // source http://emberjs.jsbin.com/zaqeso/25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Emberfire hasMany test</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>