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