diff options
-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; |