mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Merge branch 'wip/jimmac/typography-classes' into 'master'
Adwaita: general typography classes Closes #1808 See merge request GNOME/gtk!1339
This commit is contained in:
commit
672d7f679a
@ -288,24 +288,40 @@ spinner {
|
||||
* General Typography *
|
||||
**********************/
|
||||
|
||||
.type-large-title {
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 0.2rem;
|
||||
}
|
||||
.type-title {
|
||||
font-weight: 600;
|
||||
font-size: 16pt;
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
font-size: 20pt;
|
||||
}
|
||||
.type-heading {
|
||||
font-weight: 500;
|
||||
.title-2 {
|
||||
font-weight: 800;
|
||||
font-size: 15pt;
|
||||
}
|
||||
.title-3 {
|
||||
font-weight: 700;
|
||||
font-size: 15pt;
|
||||
}
|
||||
.title-4 {
|
||||
font-weight: 700;
|
||||
font-size: 13pt;
|
||||
}
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-size: 11pt;
|
||||
}
|
||||
.type-body {
|
||||
.body {
|
||||
font-weight: 400;
|
||||
font-size: 11pt;
|
||||
}
|
||||
.type-caption {
|
||||
.caption-heading {
|
||||
font-weight: 700;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.caption {
|
||||
font-weight: 400;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user