updated sys and created publi
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
// Type Design Boilerplate V0.1
|
||||
// https://github.com/raphaelbastide/Unified-Font-Repository/
|
||||
{
|
||||
"typeface": {
|
||||
"name": "OLA sans",
|
||||
"authors": [
|
||||
"Raphaël Bastide"
|
||||
],
|
||||
"licence": "OFL",
|
||||
"unicode-ranges": "Basic Latin",
|
||||
"tags": [
|
||||
"generative",
|
||||
"grotesque",
|
||||
"modified",
|
||||
"libre",
|
||||
"open source"
|
||||
],
|
||||
"repository-URL": "https://github.com/raphaelbastide/OLA-sans",
|
||||
"download-URL": "https://github.com/raphaelbastide/OLA-sans/zipball/master",
|
||||
"softwares": [
|
||||
"Metafont",
|
||||
"Metaflop",
|
||||
"Fontforge"
|
||||
],
|
||||
"similar-fonts": [
|
||||
"Bespoke",
|
||||
"Dauphine"
|
||||
],
|
||||
"sample-text": "Outils Libres Alternatifs - abcdefghijklmnopqrstuvwxyz",
|
||||
"font": {
|
||||
"name": "OLA SANS",
|
||||
"weight": "book",
|
||||
"creation-date": "2014"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Font Squirrel Font-face Generator Configuration File
|
||||
# Upload this file to the generator to recreate the settings
|
||||
# you used to create these fonts.
|
||||
|
||||
{"mode":"expert","formats":["ttf","woff","woff2","eotz"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_gasp":"xy","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"ola-sans.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0","rememberme":"Y"}
|
||||
@@ -0,0 +1,15 @@
|
||||
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 9, 2014 */
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'ola_sansregular';
|
||||
src: url('olasans-webfont.eot');
|
||||
src: url('olasans-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('olasans-webfont.woff2') format('woff2'),
|
||||
url('olasans-webfont.woff') format('woff'),
|
||||
url('olasans-webfont.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user