mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
changed fonts
This commit is contained in:
parent
b5275ebe37
commit
05496ffa6c
1 changed files with 4 additions and 4 deletions
|
@ -24,14 +24,14 @@
|
|||
body, h1, h2, h3, p, input {
|
||||
margin: 0;
|
||||
font-weight: 400;
|
||||
font-family: "varela_roundregular", sans-serif;
|
||||
font-family: "Lucida Console", Monaco, monospace;
|
||||
color: #34302d;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
line-height: 30px;
|
||||
font-family: "montserratregular", sans-serif;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -39,7 +39,7 @@ h2 {
|
|||
font-weight: 700;
|
||||
line-height: 24px;
|
||||
margin-bottom: 10px;
|
||||
font-family: "montserratregular", sans-serif;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
@ -56,5 +56,5 @@ p {
|
|||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
font-family: "montserratregular", sans-serif;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue