Commit graph

71 commits

Author SHA1 Message Date
Geremia Taglialatela c27c1a59b9 Added a variable to customise base font size
Closes #5128
2014-12-28 15:27:45 +01:00
Dave Gandy a65bd93d81 updating webfont files & config for release 2014-08-26 11:36:44 -05:00
Dave Gandy 03f71ba901 adding .fa-icon mixin #2305 #2454 2014-08-24 11:42:24 -05:00
Dave Gandy 71d241adce refactoring base css fa declaration into an jekyll include to reduce code duplication 2014-08-24 11:08:03 -05:00
Dave Gandy e22614dc84 reorganizing license snippet 2014-08-24 10:59:05 -05:00
Geremia Taglialatela 687006ba99 Opera 12.10 supports unprefixed CSS animations, gradients, transforms, and transitions or will use -webkit.
Firefox 16.0 supports unprefixed CSS animations, gradients, transforms, and transitions.

Closes #3423
Closes #3424
2014-08-23 14:08:15 +02:00
Dave Gandy 607dcbc62a adding tty icon #4042 2014-08-22 09:40:16 -04:00
Dave Gandy 5d0d861b1f fixing hinting, greatly improving rendering on windows #3464 #3465 #3416 #3683 2014-08-21 16:33:08 -04:00
Dave Gandy 791f220839 shortening font declaration, adding font-variant and text-rendering defaults 2014-08-21 15:25:45 -04:00
Dave Gandy ee3bca6926 adding futbol-o 2014-08-21 09:25:41 -04:00
Geremia Taglialatela 54059745fc merged conflicts 2014-08-20 18:52:15 +02:00
Dave Gandy b3f34507b2 properly namespacing spin animation #3885 2014-08-20 12:03:31 -04:00
Matthew Smith 32b59a178d Added transform so CSS Lint would stop complaining 2014-07-24 15:45:25 -06:00
Dan Stroot a59aa6699a Fix LESS strict math in lists 2014-07-23 09:09:24 -07:00
Geremia Taglialatela d6a2511547 Revert "LESS: wrong relative font path"
This reverts commit 2f30b686f3.
2014-06-27 17:24:17 +02:00
Jacek Hajduk 4ad8d81d71 fix Issue with fa-rotate-* in IE9 #3527 2014-05-27 10:20:44 +02:00
Dave Gandy bb03bc18ed adding webfonts, general prep for release of new version 2014-05-14 15:02:36 -05:00
Dave Gandy 6303ab9020 adding aliases to variables files 2014-05-14 13:32:52 -05:00
Geremia Taglialatela b64a575a40 Sorted icons by class name in cheatsheet, variables.less and variables.scss
Fixes #3048
2014-05-09 16:32:19 +02:00
Dave Gandy 4eeccc897d adding space shuttle icon 2014-04-26 14:46:07 -05:00
Geremia Taglialatela b04213f358 Fixes #2490 2014-04-10 15:55:00 +02:00
Andy Freeland 2f30b686f3 LESS: wrong relative font path
`@fa-font-path` gets resolved relative to `path.less`, even if you
`@import` it from another directory. For example:

```
Project root /
    bower_components/font-awesome/less/font-awesome.less
    less/project.less

@fa-font-path: '../bower_components/font-awesome/font';
```

When compiling `project.less`, this gets resolved to
`bower_components/font-awesome/bower_components/font-awesome/font`,
which is incorrect. This was also an issue in twbs/bootstrap#10941

This fixes #497.
2014-03-25 18:13:39 -04:00
Geremia Taglialatela 3a461a3481 Adding .less file extension to imports to increase compatibility
Closes #2512
2013-12-05 13:20:05 +01:00
Nielsen Ramon 6279a3b44d Remove -ms-keyframes 2013-11-28 15:44:18 +01:00
Geremia Taglialatela 9e421b31d6 Reverted e07edeb884
Fixes #2345
2013-11-05 10:05:14 +01:00
davegandy e07edeb884 fixing ie8 URL string, addressing #2324 2013-11-04 09:50:36 -05:00
Geremia Taglialatela 750843d7f8 Fixes fa-stack alignment
Added failing test case
Closes #2213
2013-10-24 20:49:23 +02:00
Geremia Taglialatela 3ba397f099 Fixes fa-font-path value for netdna bootstrap CDN
Closes #2193
2013-10-24 20:21:48 +02:00
davegandy 2ebd7ab466 better class names for fa-stack. code is basically good to ship, just a few changes left to doc 2013-10-23 00:32:30 -04:00
davegandy f212bebf6c re-porting to scss, fixing some fa variable names 2013-10-23 00:24:08 -04:00
davegandy e5a654cd01 fixing flipped icons in ie8 2013-10-22 23:40:21 -04:00
davegandy 8152e671db updating webfont files 2013-10-22 23:35:25 -04:00
davegandy 24aa9edcfd updating list icon exampole 2013-10-22 17:29:32 -04:00
davegandy 448d3ddb7f re-writing & simplifying stacked icons, massive re-organization of less include files 2013-10-22 15:55:08 -04:00
davegandy 2879ed25ad refactoring and documenting fixed width icon class 2013-10-22 11:11:34 -04:00
davegandy c5a0e918a4 doc changes to match new default icon class fa 2013-10-20 19:12:13 -04:00
davegandy b52bb9b9b4 porting customizable css prefix to scss 2013-10-20 13:43:24 -04:00
davegandy b7ee6e5d44 making css prefix configurable 2013-10-20 13:07:55 -04:00
davegandy 9bb033858c port to SCSS 2013-10-16 13:46:28 -04:00
davegandy 6bcd555b42 fixing icon variable names, updating some icon variable names for consistency, removing browser specific mixin for border radius to be in step with bs3 2013-10-16 12:16:39 -04:00
davegandy 4f0ae9363b changing icon names to be standard 2013-10-15 19:33:10 -04:00
davegandy 891a7c4085 fixing background color issue for icon pages 2013-10-15 17:40:06 -04:00
Geremia Taglialatela d7e42fbea0 Fixed error in footer which prevented compiling
Fixes #2124
Rebuilt assets
2013-10-09 19:37:16 +02:00
davegandy 53c8b30ca7 merge conflicts 2013-10-06 10:09:43 -04:00
davegandy 4ad04663f8 simplifying list items a bit more, updating tests 2013-10-05 20:02:46 -04:00
davegandy a5214c8248 getting tests updated, tweaking list items again 2013-10-05 17:16:44 -04:00
Geremia Taglialatela 327b733fdd Fixed less property order 2013-10-02 20:34:10 +02:00
davegandy 88755b5e3f switching to serving from the .otf while in dev mode, removing old rmb icon from font file 2013-10-01 21:29:57 -04:00
davegandy 38dbd4ae86 renaming font directory to fonts 2013-10-01 21:08:49 -04:00
davegandy 95eed3562a removing IE7, rewrote most CSS with all visual tests passing, removing no longer necessary bootstrap specific css 2013-10-01 20:58:36 -04:00