Compare commits

...

1 Commits

Author SHA1 Message Date
Jakub Steiner
ad707394ac style: deprecate .large-title
- mirror the change in libadwaita

See https://gitlab.gnome.org/GNOME/libadwaita/-/issues/361
2021-12-17 16:36:11 +01:00
2 changed files with 0 additions and 12 deletions

View File

@@ -1071,14 +1071,6 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<object class="GtkBox">
<property name="orientation">1</property>
<property name="spacing">10</property>
<child>
<object class="GtkLabel">
<property name="label">Large Title</property>
<style>
<class name="large-title"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">Title 1</property>

View File

@@ -230,10 +230,6 @@ spinner {
* General Typography *
**********************/
.large-title {
font-weight: 300;
font-size: 24pt;
}
.title-1 {
font-weight: 800;
font-size: 20pt;