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.
106 lines
2.8 KiB
106 lines
2.8 KiB
<file name="fonts.css"> |
|
|
|
@import url("fonts-liberation-sans.css"); |
|
@import url("fonts-liberation-serif.css"); |
|
@import url("fonts-liberation-mono.css"); |
|
|
|
</file> |
|
<file name="fonts-liberation-sans.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-liberation-serif.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-liberation-mono.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/LiberationMono-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/LiberationMono-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/LiberationMono-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/LiberationMono-BoldItalic.ttf") !important; |
|
} |
|
|
|
</file>
|
|
|