summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-06-03 20:43:47 +0200
committerSamy Pessé <samypesse@gmail.com>2014-06-03 20:43:47 +0200
commitb7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7 (patch)
tree9867448e6f6d3cbb6cceb04f978df31bfaac2e57 /theme/stylesheets
parent57ade87fe12977624aacb23456119b6248954bd0 (diff)
downloadgitbook-b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7.zip
gitbook-b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7.tar.gz
gitbook-b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7.tar.bz2
Remove fonts Anonymous Pro and EB Garamond
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/website/fonts.less36
-rw-r--r--theme/stylesheets/website/variables.less2
2 files changed, 1 insertions, 37 deletions
diff --git a/theme/stylesheets/website/fonts.less b/theme/stylesheets/website/fonts.less
index 39acdc5..0c6a17e 100644
--- a/theme/stylesheets/website/fonts.less
+++ b/theme/stylesheets/website/fonts.less
@@ -1,16 +1,4 @@
@font-face {
- font-family: 'EB Garamond';
- font-style: normal;
- font-weight: 400;
- src: local('EB Garamond 12 Regular'),url('@{FontPath}/ebgaramond/400.woff') format('woff');
-}
-@font-face {
- font-family: 'EB Garamond';
- font-style: italic;
- font-weight: 400;
- src: local('EB Garamond 12 Italic'),url('@{FontPath}/ebgaramond/400i.woff') format('woff');
-}
-@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 250;
@@ -71,30 +59,6 @@
src: local('Merriweather Heavy Italic'),url('@{FontPath}/merriweather/900i.woff') format('woff');
}
@font-face {
- font-family: 'Anonymous Pro';
- font-style: normal;
- font-weight: 400;
- src: local('Anonymous Pro'),url('@{FontPath}/anonymouspro/400.woff') format('woff');
-}
-@font-face {
- font-family: 'Anonymous Pro';
- font-style: italic;
- font-weight: 400;
- src: local('Anonymous Pro Italic'),url('@{FontPath}/anonymouspro/400i.woff') format('woff');
-}
-@font-face {
- font-family: 'Anonymous Pro';
- font-style: normal;
- font-weight: 700;
- src: local('Anonymous Pro Bold'),url('@{FontPath}/anonymouspro/700.woff') format('woff');
-}
-@font-face {
- font-family: 'Anonymous Pro';
- font-style: italic;
- font-weight: 700;
- src: local('Anonymous Pro Bold Italic'),url('@{FontPath}/anonymouspro/700i.woff') format('woff');
-}
-@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less
index 4eb32df..ba96451 100644
--- a/theme/stylesheets/website/variables.less
+++ b/theme/stylesheets/website/variables.less
@@ -78,7 +78,7 @@
@border-radius-small: 1px;
// Fonts
-@font-family-serif: Merriweather, "EB Garamond", Georgia, serif;
+@font-family-serif: "Merriweather", Georgia, serif;
@font-family-sans: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-base: @font-family-sans;
@headings-font-family: inherit;