summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-06-03 20:30:04 +0200
committerSamy Pessé <samypesse@gmail.com>2014-06-03 20:30:04 +0200
commit57ade87fe12977624aacb23456119b6248954bd0 (patch)
treeb1d52324bca10429c36f776e6b467475bd2ba5c0 /theme/stylesheets
parent907e9ea5a71d3ea2cd270f2cabd79ce15108084d (diff)
downloadgitbook-57ade87fe12977624aacb23456119b6248954bd0.zip
gitbook-57ade87fe12977624aacb23456119b6248954bd0.tar.gz
gitbook-57ade87fe12977624aacb23456119b6248954bd0.tar.bz2
Fix #275: fix emphasized font path
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/website/fonts.less26
1 files changed, 13 insertions, 13 deletions
diff --git a/theme/stylesheets/website/fonts.less b/theme/stylesheets/website/fonts.less
index 3dfff3f..39acdc5 100644
--- a/theme/stylesheets/website/fonts.less
+++ b/theme/stylesheets/website/fonts.less
@@ -7,7 +7,7 @@
@font-face {
font-family: 'EB Garamond';
font-style: italic;
- font-weight: 400i;
+ font-weight: 400;
src: local('EB Garamond 12 Italic'),url('@{FontPath}/ebgaramond/400i.woff') format('woff');
}
@font-face {
@@ -19,7 +19,7 @@
@font-face {
font-family: 'Merriweather';
font-style: italic;
- font-weight: 250i;
+ font-weight: 250;
src: local('Merriweather Light Italic'),url('@{FontPath}/merriweather/250i.woff') format('woff');
}
@font-face {
@@ -31,16 +31,16 @@
@font-face {
font-family: 'Merriweather';
font-style: italic;
- font-weight: 400i;
+ font-weight: 400;
src: local('Merriweather Italic'),url('@{FontPath}/merriweather/400i.woff') format('woff');
}
-@font-face {
+/*@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 600;
src: local(''),url('@{FontPath}/merriweather/600.woff') format('woff');
}
-/*@font-face {
+@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 600i;
@@ -55,7 +55,7 @@
@font-face {
font-family: 'Merriweather';
font-style: italic;
- font-weight: 700i;
+ font-weight: 700;
src: local('Merriweather Bold Italic'),url('@{FontPath}/merriweather/700i.woff') format('woff');
}
@font-face {
@@ -67,7 +67,7 @@
@font-face {
font-family: 'Merriweather';
font-style: italic;
- font-weight: 900i;
+ font-weight: 900;
src: local('Merriweather Heavy Italic'),url('@{FontPath}/merriweather/900i.woff') format('woff');
}
@font-face {
@@ -79,7 +79,7 @@
@font-face {
font-family: 'Anonymous Pro';
font-style: italic;
- font-weight: 400i;
+ font-weight: 400;
src: local('Anonymous Pro Italic'),url('@{FontPath}/anonymouspro/400i.woff') format('woff');
}
@font-face {
@@ -91,7 +91,7 @@
@font-face {
font-family: 'Anonymous Pro';
font-style: italic;
- font-weight: 700i;
+ font-weight: 700;
src: local('Anonymous Pro Bold Italic'),url('@{FontPath}/anonymouspro/700i.woff') format('woff');
}
@font-face {
@@ -103,7 +103,7 @@
@font-face {
font-family: 'Open Sans';
font-style: italic;
- font-weight: 300i;
+ font-weight: 300;
src: local('Open Sans Light Italic'),url('@{FontPath}/opensans/300i.woff') format('woff');
}
@font-face {
@@ -115,7 +115,7 @@
@font-face {
font-family: 'Open Sans';
font-style: italic;
- font-weight: 400i;
+ font-weight: 400;
src: local('Open Sans Italic'),url('@{FontPath}/opensans/400i.woff') format('woff');
}
@font-face {
@@ -127,7 +127,7 @@
@font-face {
font-family: 'Open Sans';
font-style: italic;
- font-weight: 600i;
+ font-weight: 600;
src: local('Open Sans Semibold Italic'),url('@{FontPath}/opensans/600i.woff') format('woff');
}
@font-face {
@@ -139,6 +139,6 @@
@font-face {
font-family: 'Open Sans';
font-style: italic;
- font-weight: 700i;
+ font-weight: 700;
src: local('Open Sans Bold Italic'),url('@{FontPath}/opensans/700i.woff') format('woff');
} \ No newline at end of file