First batch of data, and modification to take them into account
Also optimized fonts, after discovering (when having all photos in one page) they were too heavy.
This commit is contained in:
Binary file not shown.
BIN
styles/fonts/CommissionerFlair-Regular.ttf
Normal file
BIN
styles/fonts/CommissionerFlair-Regular.ttf
Normal file
Binary file not shown.
BIN
styles/fonts/Rubik-Regular.woff
Normal file
BIN
styles/fonts/Rubik-Regular.woff
Normal file
Binary file not shown.
BIN
styles/fonts/Rubik-Regular.woff2
Normal file
BIN
styles/fonts/Rubik-Regular.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,7 @@
|
||||
@font-face {
|
||||
font-family:Rubik;
|
||||
src:url('fonts/Rubik-VariableFont_wght.ttf');
|
||||
src:url('fonts/Rubik-Regular.woff2') format("woff2"),
|
||||
url('fonts/Rubik-Regular.woff') format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -10,7 +11,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family:Commissioner;
|
||||
src:url('fonts/Commissioner-VariableFont_wght.ttf');
|
||||
Src:url('fonts/CommissionerFlair-Regular.ttf');
|
||||
}
|
||||
|
||||
body {
|
||||
@ -247,11 +248,15 @@ article #gallery img {
|
||||
#info .info {
|
||||
font-size:1.2rem;
|
||||
position:absolute;
|
||||
top:0.4rem;
|
||||
top:0.325rem;
|
||||
right:1rem;
|
||||
font-family:monospace;
|
||||
}
|
||||
|
||||
#info .year {
|
||||
margin-right:1rem;
|
||||
}
|
||||
|
||||
#info .title {
|
||||
font-weight:bold;
|
||||
font-style:italic;
|
||||
@ -415,7 +420,7 @@ article.explorer form {
|
||||
|
||||
article.explorer form select {
|
||||
display:block;
|
||||
margin-right:0.75rem;
|
||||
margin-left:0.2rem;
|
||||
}
|
||||
|
||||
/* does not seem to work */
|
||||
|
Reference in New Issue
Block a user