mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
8 lines
259 B
CSS
8 lines
259 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;
|
|
}
|
|
h1 {
|
|
font-family: 'UnifrakturCook', cursive;
|
|
}
|