aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_fonts.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move CSS to Webpackhellekin2021-01-231-12/+0
| | | | | | | | | | | | | Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...
* On the way to finding fonts?hellekin2021-01-221-1/+1
|
* Try loading fonts from webpackhellekin2021-01-221-1/+1
|
* Add markers and popupshellekin2021-01-221-0/+12
- Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding