diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-03 20:45:55 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-03 20:45:55 +0200 |
commit | 13b6045300fb34e1b6acdf9d1c517d21c83a64cf (patch) | |
tree | d0180121475ef6782a8da714a25b0361d559d8cc | |
parent | b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7 (diff) | |
download | gitbook-13b6045300fb34e1b6acdf9d1c517d21c83a64cf.zip gitbook-13b6045300fb34e1b6acdf9d1c517d21c83a64cf.tar.gz gitbook-13b6045300fb34e1b6acdf9d1c517d21c83a64cf.tar.bz2 |
Font Merriweather 600 doesn't exists
-rw-r--r-- | theme/stylesheets/website/fonts.less | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/theme/stylesheets/website/fonts.less b/theme/stylesheets/website/fonts.less index 0c6a17e..e6457bc 100644 --- a/theme/stylesheets/website/fonts.less +++ b/theme/stylesheets/website/fonts.less @@ -22,18 +22,6 @@ font-weight: 400; src: local('Merriweather Italic'),url('@{FontPath}/merriweather/400i.woff') format('woff'); } -/*@font-face { - font-family: 'Merriweather'; - font-style: normal; - font-weight: 600; - src: local(''),url('@{FontPath}/merriweather/600.woff') format('woff'); -} -@font-face { - font-family: 'Merriweather'; - font-style: italic; - font-weight: 600i; - src: local(''),url('@{FontPath}/merriweather/600i.woff') format('woff'); -}*/ @font-face { font-family: 'Merriweather'; font-style: normal; |