mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
16 lines
No EOL
406 B
CSS
16 lines
No EOL
406 B
CSS
@import url('https://fonts.googleapis.com/css?family=UnifrakturCook:700&display=swap');
|
|
@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
|
|
pre {
|
|
font-family: 'Noto Serif', serif;
|
|
}
|
|
body {
|
|
font-family: 'Noto Serif', serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
h1 {
|
|
font-family: 'UnifrakturCook', cursive;
|
|
}
|
|
#range {
|
|
position: fixed; top: 0; left: 0; z-index: 2; visibility: hidden;
|
|
} |