mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +00:00
Taille
This commit is contained in:
parent
bfab72f063
commit
94c3677d2d
1 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,9 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||
accentColor: Colors.cyan[600],
|
||||
fontFamily: 'LinuxLibertine',
|
||||
textTheme: TextTheme(
|
||||
headline: TextStyle(fontSize: 20.0, fontWeight: FontWeight.bold),
|
||||
title: TextStyle(fontSize: 18.0, fontStyle: FontStyle.italic),
|
||||
body1: TextStyle(fontSize: 14.0, fontFamily: 'Hind'),
|
||||
headline: TextStyle(fontSize: 28.0, fontWeight: FontWeight.bold),
|
||||
title: TextStyle(fontSize: 22.0, fontStyle: FontStyle.italic),
|
||||
body1: TextStyle(fontSize: 16.0, fontFamily: 'Hind'),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue