You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
397 lines
10 KiB
397 lines
10 KiB
<file name="fonts.css"> |
|
|
|
@import url("fonts-sans-arial.css"); |
|
@import url("fonts-serif-times.css"); |
|
@import url("fonts-monospace-courier.css"); |
|
@import url("fonts-cursive-comic.css"); |
|
@import url("fonts-fantasy-impact.css"); |
|
|
|
</file> |
|
<file name="fonts-cursive-comic.css"> |
|
|
|
/* Microsoft Comic Sans */ |
|
@font-face { |
|
font-family: cursive; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Comic.ttf") |
|
} |
|
@font-face { |
|
font-family: cursive; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/ComicBd.ttf") |
|
} |
|
|
|
</file> |
|
<file name="fonts-fantasy-impact.css"> |
|
|
|
/* Microsoft Impact */ |
|
@font-face { |
|
font-family: fantasy; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Impact.ttf") |
|
} |
|
|
|
</file> |
|
<file name="fonts-monospace-courier.css"> |
|
|
|
/* Microsoft Courier */ |
|
@font-face { |
|
font-family: monospace; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/cour.ttf"); |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/courbd.ttf"); |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/couri.ttf"); |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/courbi.ttf"); |
|
} |
|
|
|
</file> |
|
<file name="fonts-monospace-dejavu.css"> |
|
|
|
/* DejaVu Mono */ |
|
@font-face { |
|
font-family: monospace; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono-Oblique.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansMono-BoldOblique.ttf") !important; |
|
} |
|
|
|
</file> |
|
<file name="fonts-monospace-liberation.css"> |
|
|
|
/* Liberation Mono */ |
|
@font-face { |
|
font-family: monospace; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSansMono-Regular.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSansMono-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSansMono-Italic.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: monospace; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSansMono-BoldItalic.ttf") !important; |
|
} |
|
|
|
</file> |
|
<file name="fonts-sans-arial.css"> |
|
|
|
/* Microsoft Arial */ |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Arial.ttf"); |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Arialbd.ttf"); |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Ariali.ttf"); |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Arialbi.ttf"); |
|
} |
|
|
|
</file> |
|
<file name="fonts-sans-dejavu.css"> |
|
|
|
/* DejaVu Sans */ |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans-Oblique.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSans-BoldOblique.ttf") !important; |
|
} |
|
|
|
/* DejaVu Sans Condensed */ |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed-Oblique.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSansCondensed-BoldOblique.ttf") !important; |
|
} |
|
|
|
</file> |
|
<file name="fonts-sans-liberation.css"> |
|
|
|
/* Liberation Sans */ |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSans-Regular.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSans-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSans-Italic.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: sans-serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSans-BoldItalic.ttf") !important; |
|
} |
|
|
|
</file> |
|
<file name="fonts-serif-dejavu.css"> |
|
|
|
/* DejaVu Serif */ |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif-Italic.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerif-BoldItalic.ttf") !important; |
|
} |
|
|
|
/* DejaVu Serif Condensed */ |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed-Italic.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: condensed; |
|
src: url("@l_prefix@/share/fonts-free/DejaVu/DejaVuSerifCondensed-BoldItalic.ttf") !important; |
|
} |
|
|
|
</file> |
|
<file name="fonts-serif-liberation.css"> |
|
|
|
/* Liberation Serif */ |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSerif-Regular.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSerif-Bold.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSerif-Italic.ttf") !important; |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/Liberation/LiberationSerif-BoldItalic.ttf") !important; |
|
} |
|
|
|
</file> |
|
<file name="fonts-serif-times.css"> |
|
|
|
/* Microsoft Times */ |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Times.ttf"); |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: normal; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Timesbd.ttf"); |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: normal; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Timesi.ttf"); |
|
} |
|
@font-face { |
|
font-family: serif; |
|
font-style: italic; |
|
font-weight: bold; |
|
font-stretch: normal; |
|
src: url("@l_prefix@/share/fonts-free/CoreFonts/Timesbi.ttf"); |
|
} |
|
|
|
</file>
|
|
|