From 047a88712741a74069e56c7d6a73c64d1e212cdc Mon Sep 17 00:00:00 2001 From: Christian Treppo Date: Sun, 9 Dec 2012 17:23:12 +0100 Subject: [PATCH] Add comment on font-face mixin --- app/assets/stylesheets/css3/_font-face.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/css3/_font-face.scss b/app/assets/stylesheets/css3/_font-face.scss index 15efe2f01..029ee8fe8 100644 --- a/app/assets/stylesheets/css3/_font-face.scss +++ b/app/assets/stylesheets/css3/_font-face.scss @@ -1,3 +1,5 @@ +// Order of the includes matters, and it is: normal, bold, italic, bold+italic. + @mixin font-face($font-family, $file-path, $weight: normal, $style: normal, $asset-pipeline: false ) { @font-face { font-family: $font-family;