forked from wallabag/wallabag
Add display article configurator (font family, font size, line height and max width)
This commit is contained in:
@ -75,6 +75,10 @@
|
||||
"webpack-merge": "^5.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/atkinson-hyperlegible": "^5.0.5",
|
||||
"@fontsource/eb-garamond": "^5.0.5",
|
||||
"@fontsource/montserrat": "^5.0.5",
|
||||
"@fontsource/oswald": "^5.0.5",
|
||||
"annotator": "wallabag/annotator#master",
|
||||
"clipboard": "^2.0.11",
|
||||
"hammerjs": "^2.0.8",
|
||||
@ -87,6 +91,7 @@
|
||||
"materialize-css": "^0.100.2",
|
||||
"mathjax": "^3.2.2",
|
||||
"mousetrap": "^1.6.0",
|
||||
"open-dyslexic": "^1.0.3",
|
||||
"ptsans-npm-webfont": "^0.0.4",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"waypoints": "^4.0.1"
|
||||
|
||||
Reference in New Issue
Block a user