Skip to content

Commit

Permalink
vendor bootstrap-fonts-complete.json
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Feb 25, 2024
1 parent 9458dfc commit 7eff3e5
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 84 deletions.
161 changes: 161 additions & 0 deletions bootstrap-fonts-complete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"monospace": {
"category": "monospace",
"lastModified": "2015-07-24",
"version": "v1",
"variants": {
"italic": {
"400": {
"local": [
"'Menlo Italic'",
"'Menlo-Italic'",
"'Consolas Italic'",
"'Consolas-Italic'",
"'Courier New Italic'"
]
},
"700": {
"local": [
"'Menlo Bold Italic'",
"'Menlo-BoldItalic'",
"'Monaco'",
"'Consolas Bold Italic'",
"'Consolas-BoldItalic'",
"'Courier New Bold Italic'"
]
}
},
"normal": {
"400": {
"local": [
"'Menlo Regular'",
"'Menlo-Regular'",
"'Monaco'",
"'Consolas'",
"'Courier New'"
]
},
"700": {
"local": [
"'Menlo Bold'",
"'Menlo-Bold'",
"'Monaco'",
"'Consolas Bold'",
"'Consolas-Bold'",
"'Courier New Bold'"
]
}
}
}
},
"sans-serif": {
"category": "sans-serif",
"lastModified": "2015-07-24",
"version": "v1",
"variants": {
"italic": {
"300": {
"local": [
"'Helvetica Neue Light Italic'",
"'HelveticaNeue-LightItalic'",
"'Helvetica Light Oblique'",
"'Helvetica-LightOblique'"
]
},
"400": {
"local": [
"'Helvetica Neue Italic'",
"'HelveticaNeue-Italic'",
"'Helvetica Oblique'",
"'Helvetica-Oblique'"
]
},
"700": {
"local": [
"'Helvetica Neue Bold Italic'",
"'HelveticaNeue-BoldItalic'",
"'Helvetica Bold Oblique'",
"'Helvetica-BoldOblique'"
]
}
},
"normal": {
"300": {
"local": [
"'Helvetica Neue Light'",
"'HelveticaNeue-Light'",
"'Helvetica Light'",
"'Helvetica-Light'"
]
},
"400": {
"local": [
"'HelveticaNeue'",
"'Helvetica'"
]
},
"700": {
"local": [
"'Helvetica Neue Bold'",
"'HelveticaNeue-Bold'",
"'Helvetica Bold'",
"'Helvetica-Bold'"
]
}
}
}
},
"serif": {
"category": "serif",
"lastModified": "2015-07-24",
"version": "v1",
"variants": {
"italic": {
"300": {
"local": [
"'Georgia'",
"'Times New Roman'",
"'Times'"
]
},
"400": {
"local": [
"'Georgia'",
"'Times New Roman'",
"'Times'"
]
},
"700": {
"local": [
"'Georgia'",
"'Times New Roman'",
"'Times'"
]
}
},
"normal": {
"300": {
"local": [
"'Georgia'",
"'Times New Roman'",
"'Times'"
]
},
"400": {
"local": [
"'Georgia'",
"'Times New Roman'",
"'Times'"
]
},
"700": {
"local": [
"'Georgia'",
"'Times New Roman'",
"'Times'"
]
}
}
}
}
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const defaultOptions = {
const initialFoundries = {
custom: {},
hosted: {},
bootstrap: require('bootstrap-fonts-complete'),
bootstrap: require('./bootstrap-fonts-complete.json'),
google: require('google-fonts-complete')
};

Expand Down
98 changes: 16 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"node": ">=18"
},
"dependencies": {
"bootstrap-fonts-complete": "^1.0.0",
"directory-fonts-complete": "^1.2.0",
"google-fonts-complete": "^2.1.1"
},
Expand Down

0 comments on commit 7eff3e5

Please sign in to comment.