1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-02 00:16:07 +00:00

Suite Osgild

This commit is contained in:
Yan Maniez 2020-01-16 12:28:28 +01:00
parent 3c1c360668
commit 0e2ec31984
34 changed files with 246 additions and 2 deletions

8
Docs/Osgild/style.css Normal file
View file

@ -0,0 +1,8 @@
@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;
}