* usr/share/lubuntu/openbox/rc.xml:

- Use Ubuntu font by default instead of sans.
ubuntu/bionic
Julien Lavergne 13 years ago
parent fbee7be5d2
commit 928168d2dc

2
debian/changelog vendored

@ -9,6 +9,8 @@ lubuntu-default-settings (0.21) UNRELEASED; urgency=low
- Install specific settings for leafpad, with Ubuntu font by default. - Install specific settings for leafpad, with Ubuntu font by default.
* etc/xdg/lubuntu/pcmanfm: * etc/xdg/lubuntu/pcmanfm:
- Add specific settings for pcmanfm, with Ubuntu font by default. - Add specific settings for pcmanfm, with Ubuntu font by default.
* usr/share/lubuntu/openbox/rc.xml:
- Use Ubuntu font by default instead of sans.
-- Julien Lavergne <gilir@ubuntu.com> Tue, 16 Aug 2011 01:11:02 +0200 -- Julien Lavergne <gilir@ubuntu.com> Tue, 16 Aug 2011 01:11:02 +0200

@ -51,8 +51,8 @@
<keepBorder>yes</keepBorder> <keepBorder>yes</keepBorder>
<animateIconify>yes</animateIconify> <animateIconify>yes</animateIconify>
<font place="ActiveWindow"> <font place="ActiveWindow">
<name>sans</name> <name>Ubuntu Medium</name>
<size>10</size> <size>11</size>
<!-- font size in points --> <!-- font size in points -->
<weight>bold</weight> <weight>bold</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
@ -60,8 +60,8 @@
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="InactiveWindow"> <font place="InactiveWindow">
<name>sans</name> <name>Ubuntu Medium</name>
<size>10</size> <size>11</size>
<!-- font size in points --> <!-- font size in points -->
<weight>bold</weight> <weight>bold</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
@ -69,8 +69,8 @@
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="MenuHeader"> <font place="MenuHeader">
<name>sans</name> <name>Ubuntu</name>
<size>10</size> <size>11</size>
<!-- font size in points --> <!-- font size in points -->
<weight>normal</weight> <weight>normal</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
@ -78,8 +78,8 @@
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="MenuItem"> <font place="MenuItem">
<name>sans</name> <name>Ubuntu</name>
<size>10</size> <size>11</size>
<!-- font size in points --> <!-- font size in points -->
<weight>normal</weight> <weight>normal</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
@ -87,8 +87,8 @@
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="OnScreenDisplay"> <font place="OnScreenDisplay">
<name>sans</name> <name>Ubuntu Medium</name>
<size>10</size> <size>11</size>
<!-- font size in points --> <!-- font size in points -->
<weight>bold</weight> <weight>bold</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->

Loading…
Cancel
Save