OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Nov-2008 19:35:09
Branch: HEAD Handle: 2008112318350800
Modified files:
openpkg-src/prince fonts.css
Log:
add Condensed versions
Summary:
Revision Changes Path
1.3 +68 -0 openpkg-src/prince/fonts.css
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/prince/fonts.css
============================================================================
$ cvs diff -u -r1.2 -r1.3 fonts.css
--- openpkg-src/prince/fonts.css 23 Nov 2008 14:44:55 -0000 1.2
+++ openpkg-src/prince/fonts.css 23 Nov 2008 18:35:08 -0000 1.3
@@ -96,72 +96,140 @@
font-family: DejaVu Serif;
font-style: normal;
font-weight: normal;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif.ttf");
}
@font-face {
font-family: DejaVu Serif;
font-style: normal;
font-weight: bold;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif-Bold.ttf");
}
@font-face {
font-family: DejaVu Serif;
font-style: italic;
font-weight: normal;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif-Italic.ttf");
}
@font-face {
font-family: DejaVu Serif;
font-style: italic;
font-weight: bold;
+ font-stretch: normal;
src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif-BoldItalic.ttf");
}
@font-face {
+ font-family: DejaVu Serif Condensed;
+ font-style: normal;
+ font-weight: normal;
+ font-stretch: condensed;
+ src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed.ttf");
+}
[EMAIL PROTECTED] {
+ font-family: DejaVu Serif Condensed;
+ font-style: normal;
+ font-weight: bold;
+ font-stretch: condensed;
+ src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed-Bold.ttf");
+}
[EMAIL PROTECTED] {
+ font-family: DejaVu Serif Condensed;
+ font-style: italic;
+ font-weight: normal;
+ font-stretch: condensed;
+ src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed-Italic.ttf");
+}
[EMAIL PROTECTED] {
+ font-family: DejaVu Serif Condensed;
+ font-style: italic;
+ font-weight: bold;
+ font-stretch: condensed;
+ src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed-BoldItalic.ttf");
+}
[EMAIL PROTECTED] {
font-family: DejaVu Sans;
font-style: normal;
font-weight: normal;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans.ttf");
}
@font-face {
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans-Bold.ttf");
}
@font-face {
font-family: DejaVu Sans;
font-style: italic;
font-weight: normal;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans-Oblique.ttf");
}
@font-face {
font-family: DejaVu Sans;
font-style: italic;
font-weight: bold;
+ font-stretch: normal;
src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans-BoldOblique.ttf");
}
@font-face {
+ font-family: DejaVu Sans Condensed;
+ font-style: normal;
+ font-weight: normal;
+ font-stretch: condensed;
+ src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed.ttf");
+}
[EMAIL PROTECTED] {
+ font-family: DejaVu Sans Condensed;
+ font-style: normal;
+ font-weight: bold;
+ font-stretch: condensed;
+ src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed-Bold.ttf");
+}
[EMAIL PROTECTED] {
+ font-family: DejaVu Sans Condensed;
+ font-style: italic;
+ font-weight: normal;
+ font-stretch: condensed;
+ src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed-Oblique.ttf");
+}
[EMAIL PROTECTED] {
+ font-family: DejaVu Sans Condensed;
+ font-style: italic;
+ font-weight: bold;
+ font-stretch: condensed;
+ src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed-BoldOblique.ttf");
+}
[EMAIL PROTECTED] {
font-family: DejaVu Mono;
font-style: normal;
font-weight: normal;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono.ttf");
}
@font-face {
font-family: DejaVu Mono;
font-style: normal;
font-weight: bold;
+ font-stretch: normal;
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono-Bold.ttf");
}
@font-face {
font-family: DejaVu Mono;
font-style: italic;
font-weight: normal;
+ font-stretch: normal;
src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono-Oblique.ttf");
}
@font-face {
font-family: DejaVu Mono;
font-style: italic;
font-weight: bold;
+ font-stretch: normal;
src:
url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono-BoldOblique.ttf");
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]