mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2373 include open sans font & add to css
add font-face to css and use it for font-family
This commit is contained in:
BIN
themes/standard_pages/fonts/OpenSans-VariableFont_wdth,wght.ttf
Normal file
BIN
themes/standard_pages/fonts/OpenSans-VariableFont_wdth,wght.ttf
Normal file
Binary file not shown.
@@ -1,3 +1,8 @@
|
||||
@font-face {
|
||||
font-family: Open_Sans;
|
||||
src: url(fonts/OpenSans-VariableFont_wdth\,wght.ttf);
|
||||
}
|
||||
|
||||
html{
|
||||
min-height:100%;
|
||||
}
|
||||
@@ -16,7 +21,7 @@ html{
|
||||
height:100%;
|
||||
min-height:100vh;
|
||||
margin:0;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-family: 'Open_Sans', sans-serif;
|
||||
}
|
||||
|
||||
#theIdentificationPage #the_page,
|
||||
@@ -159,7 +164,7 @@ select {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
font-family: sans-serif;
|
||||
font-family: 'Open_Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
margin-bottom:5px;
|
||||
margin-left:20px;
|
||||
|
||||
Reference in New Issue
Block a user