mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix the fonts in the welcome page
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
body {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
font-family: "Processing Sans Pro", sans-serif;
|
||||
font-family: "Processing Sans", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
/* can't get the Semibold to work properly */
|
||||
font-family: "Processing Sans Pro", sans-serif;
|
||||
font-family: "Processing Sans", sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user