mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
9 lines
259 B
CSS
9 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;
|
||
|
|
}
|