* 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.
* etc/xdg/lubuntu/pcmanfm:
- 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

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

Loading…
Cancel
Save