Commit
Info
Änderung: 460:fd88819d0553
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Thu Jul 28 21:31:02 2011 +0200
Zusammenfassung: css: nur verwendete schriften einbetten
templates/style.css | 26 +++++++++++++-------------
1 Dateien verändert, 13 Zeilen hinzugefügt(+), 13 Zeilen entfernt(-)
--- a3/templates/style.css 2012-04-15 11:53:09.872312663 +0200
+++ b3/templates/style.css 2012-04-15 11:53:09.875646031 +0200
@@ -1,22 +1,22 @@
@font-face {
font-family: Fanwood;
src: url(Fanwood.otf); url(Fanwood.otf) format("opentype");
}
/* @font-face { */
/* font-family: HattoriHanzo; */
/* src: url(HattoriHanzo.ttf); url(HattoriHanzo.ttf) format("truetype"); */
/* } */
@font-face {
font-family: GoudyStM; GoudyStMM;
src: url(GoudyStM.otf); url(GoudyStM.otf) format("opentype");
}
/* @font-face { */
/* font-family: GoudyBookletter1911; */
/* src: url(GoudyBookletter1911.otf); url(GoudyBookletter1911.otf) format("opentype"); */
/* } */
body {
font-size: larger;
@@ -24,7 +24,7 @@ body {
}
h1, h2, h3, h4, h5, h6 header {
font-family: GoudyStM; GoudyStMM;
}
body>aside {
Diff
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -1,22 +1,22 @@
@font-face {
font-family: Fanwood;
- src: url(Fanwood.otf);
+ src: url(Fanwood.otf) format("opentype");
}
+/* @font-face { */
+/* font-family: HattoriHanzo; */
+/* src: url(HattoriHanzo.ttf) format("truetype"); */
+/* } */
+
@font-face {
- font-family: HattoriHanzo;
- src: url(HattoriHanzo.ttf);
+ font-family: GoudyStMM;
+ src: url(GoudyStM.otf) format("opentype");
}
-@font-face {
- font-family: GoudyStM;
- src: url(GoudyStM.otf);
-}
-
-@font-face {
- font-family: GoudyBookletter1911;
- src: url(GoudyBookletter1911.otf);
-}
+/* @font-face { */
+/* font-family: GoudyBookletter1911; */
+/* src: url(GoudyBookletter1911.otf) format("opentype"); */
+/* } */
body {
font-size: larger;
@@ -24,7 +24,7 @@ body {
}
h1, h2, h3, h4, h5, h6 header {
- font-family: GoudyStM;
+ font-family: GoudyStMM;
}
body>aside {
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1311881462 -7200
# Node ID fd88819d05538e2f8518d756450085bfb7ababf0
# Parent 5a4fc14fb4d3d53ab86d4e6efbb60a22d2684ee6
css: nur verwendete schriften einbetten
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -1,22 +1,22 @@
@font-face {
font-family: Fanwood;
- src: url(Fanwood.otf);
+ src: url(Fanwood.otf) format("opentype");
}
+/* @font-face { */
+/* font-family: HattoriHanzo; */
+/* src: url(HattoriHanzo.ttf) format("truetype"); */
+/* } */
+
@font-face {
- font-family: HattoriHanzo;
- src: url(HattoriHanzo.ttf);
+ font-family: GoudyStMM;
+ src: url(GoudyStM.otf) format("opentype");
}
-@font-face {
- font-family: GoudyStM;
- src: url(GoudyStM.otf);
-}
-
-@font-face {
- font-family: GoudyBookletter1911;
- src: url(GoudyBookletter1911.otf);
-}
+/* @font-face { */
+/* font-family: GoudyBookletter1911; */
+/* src: url(GoudyBookletter1911.otf) format("opentype"); */
+/* } */
body {
font-size: larger;
@@ -24,7 +24,7 @@ body {
}
h1, h2, h3, h4, h5, h6 header {
- font-family: GoudyStM;
+ font-family: GoudyStMM;
}
body>aside {
Alle Änderungen