2 changed files with 0 additions and 47 deletions
@ -1,34 +0,0 @@ |
|||
<?xml version='1.0'?> |
|||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> |
|||
<fontconfig> |
|||
<match target="font"> |
|||
<edit mode="assign" name="rgba"> |
|||
<const>rgb</const> |
|||
</edit> |
|||
</match> |
|||
<match target="font"> |
|||
<edit mode="assign" name="hinting"> |
|||
<bool>true</bool> |
|||
</edit> |
|||
</match> |
|||
<match target="font"> |
|||
<edit mode="assign" name="hintstyle"> |
|||
<const>hintslight</const> |
|||
</edit> |
|||
</match> |
|||
<match target="font"> |
|||
<edit mode="assign" name="antialias"> |
|||
<bool>true</bool> |
|||
</edit> |
|||
</match> |
|||
<match target="font"> |
|||
<edit mode="assign" name="lcdfilter"> |
|||
<const>lcddefault</const> |
|||
</edit> |
|||
</match> |
|||
<match target="font"> |
|||
<edit name="embeddedbitmap" mode="assign"> |
|||
<bool>false</bool> |
|||
</edit> |
|||
</match> |
|||
</fontconfig> |
@ -1,13 +0,0 @@ |
|||
###### Ubuntu Main Repos |
|||
deb http://pl.archive.ubuntu.com/ubuntu/ bionic main restricted universe |
|||
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic main restricted universe |
|||
|
|||
###### Ubuntu Update Repos |
|||
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe |
|||
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe |
|||
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe |
|||
deb http://pl.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe |
|||
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe |
|||
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe |
|||
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe |
|||
deb-src http://pl.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe |
Loading…
Reference in new issue