← Back to team overview

desktop-packages team mailing list archive

[Bug 923448] [NEW] GTK3 ignores font-family and font-size CSS properties

 

Public bug reported:

Theme files:
* {
  font-family: Arial;
  font-size: 50;
}

or

* {
  font: Arial 50;
}

have no effect.

This config shows, that CSS is actually parsed correctly, because all fonts within GTK3 applications become bold, however size and face remain unaffected:
* {
  font: Arial Bold 50;
}

This happens on libgtk-3-0 3.2.0-0ubuntu4.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libgtk-3-0 3.2.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Jan 29 20:51:00 2012
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug oneiric

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/923448

Title:
  GTK3 ignores font-family and font-size CSS properties

Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  Theme files:
  * {
    font-family: Arial;
    font-size: 50;
  }

  or

  * {
    font: Arial 50;
  }

  have no effect.

  This config shows, that CSS is actually parsed correctly, because all fonts within GTK3 applications become bold, however size and face remain unaffected:
  * {
    font: Arial Bold 50;
  }

  This happens on libgtk-3-0 3.2.0-0ubuntu4.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libgtk-3-0 3.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sun Jan 29 20:51:00 2012
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/923448/+subscriptions


Follow ups

References