Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions Source/css/all_spark_fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 24, 2017 */

@font-face {
font-family: 'sparkbar';
src: url('Spark - Bar - Medium.otf') format('otf'),
url('spark-bar-medium-webfont.woff2') format('woff2'),
url('spark-bar-medium-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}



@font-face {
font-family: 'sparkbar';
src: url('Spark - Bar - Narrow.otf') format('otf'),
url('spark-bar-narrow-webfont.woff2') format('woff2'),
url('spark-bar-narrow-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}



@font-face {
font-family: 'sparkdot-line';
src: url('Spark - Dot-line - Medium.otf') format('otf'),
url('spark-dotline-medium-webfont.woff2') format('woff2'),
url('spark-dotline-medium-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}



@font-face {
font-family: 'sparkbar';
src: url('Spark - Bar - Thin.otf') format('otf'),
url('spark-bar-thin-webfont.woff2') format('woff2'),
url('spark-bar-thin-webfont.woff') format('woff');
font-weight: 100;
font-style: normal;
}



@font-face {
font-family: 'sparkdot';
src: url('Spark - Dot - Medium.otf') format('otf'),
url('spark-dot-medium-webfont.woff2') format('woff2'),
url('spark-dot-medium-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}



@font-face {
font-family: 'sparkdot';
src: url('Spark - Dot - Small.otf') format('otf'),
url('spark-dot-small-webfont.woff2') format('woff2'),
url('spark-dot-small-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
9 changes: 9 additions & 0 deletions Source/css/sparkbar_medium.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

@font-face {
font-family: 'sparkbar';
src: url('Spark - Bar - Medium.otf') format('otf'),
url('spark-bar-medium-webfont.woff2') format('woff2'),
url('spark-bar-medium-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
9 changes: 9 additions & 0 deletions Source/css/sparkbar_narrow.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

@font-face {
font-family: 'sparkbar';
src: url('Spark - Bar - Narrow.otf') format('otf'),
url('spark-bar-narrow-webfont.woff2') format('woff2'),
url('spark-bar-narrow-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
9 changes: 9 additions & 0 deletions Source/css/sparkbar_thin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

@font-face {
font-family: 'sparkbar';
src: url('Spark - Bar - Thin.otf') format('otf'),
url('spark-bar-thin-webfont.woff2') format('woff2'),
url('spark-bar-thin-webfont.woff') format('woff');
font-weight: 100;
font-style: normal;
}
9 changes: 9 additions & 0 deletions Source/css/sparkdot_line.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

@font-face {
font-family: 'sparkdot-line';
src: url('Spark - Dot-line - Medium.otf') format('otf'),
url('spark-dotline-medium-webfont.woff2') format('woff2'),
url('spark-dotline-medium-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
9 changes: 9 additions & 0 deletions Source/css/sparkdot_medium.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

@font-face {
font-family: 'sparkdot';
src: url('Spark - Dot - Medium.otf') format('otf'),
url('spark-dot-medium-webfont.woff2') format('woff2'),
url('spark-dot-medium-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
9 changes: 9 additions & 0 deletions Source/css/sparkdot_small.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

@font-face {
font-family: 'sparkdot';
src: url('Spark - Dot - Small.otf') format('otf'),
url('spark-dot-small-webfont.woff2') format('woff2'),
url('spark-dot-small-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "spark",
"version": "1.0.0",
"description": "Spark - six fonts for creating sparklines",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aftertheflood/spark.git"
},
"keywords": [
"spark",
"sparkline",
"font"
],
"author": "Michael Gallagher",
"license": "MIT",
"bugs": {
"url": "https://github.com/aftertheflood/spark/issues"
},
"homepage": "https://github.com/aftertheflood/spark#readme"
}