Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-28Generate font page with Hugo (#706)XhmikosR
* Generate font page with Hugo * fix * fix font path * Fix up stylesheet URLs * Add description Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-03-11Update build scripts from upstream and minor lint tweaks (#1260)XhmikosR
2021-10-13compile to scss file for reference and customization (#978)Ryan Berliner
* compile to scss file for reference and customization * make variables default so they can be overriden * match styling, selectors, formatting of css template * Update scss.hbs * Update to use `{{prefix}}` in class names, add class for extending * Update build/font/scss.hbs Co-authored-by: Ryan Berliner <22206986+RyanBerliner@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-03-24Import existing codepoints for icon font (#814)Mark Otto
* Import the existing codepoints so we don't change the icon font unicode codes Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-20fonts: generate woff2 firstXhmikosR
Otherwise woff is loaded even on woff2 supported browsers
2020-12-30Move font templates to build/font (#628)XhmikosR
2020-12-09Use fantasticon to generate web fonts (#515)Mark Otto
* Generate webfonts via fantasticon - Includes new docs section and fonts page - Generates CSS and JSON in addition to 4x font types - Adds new script and hooks into existing icons and zip scripts * casing * Update to drop ttf and eot for woff and woff2 only for now * remove eot and ttf there too * simplify stylelint