mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:15:15 +03:00
Potential hyphen fix -- Font change + css snippet
This commit is contained in:
parent
67f77a9d4a
commit
fcac48f62d
|
@ -1,5 +1,9 @@
|
|||
/*General*/
|
||||
|
||||
html {
|
||||
-webkit-hyphenate-character: '-';
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #2B3033;
|
||||
}
|
||||
|
@ -231,7 +235,7 @@ body{
|
|||
h3,
|
||||
h4,
|
||||
h5{
|
||||
font-family: 'Playfair Display', serif !important;
|
||||
font-family: 'Playfair Display', serif, system-ui !important;
|
||||
color: #fff;
|
||||
z-index:200;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue