fix: ajout police manquante
Il faudra que je les dl et les mette dans le depot, cependant, au lieu de Google Fonts
This commit is contained in:
parent
06ef777f34
commit
013440fe2e
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
<?php include(TEMPLATEPATH . '/components/opengraph.php'); ?>
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- Polices d'écriture -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,800&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Amatic+SC&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="<?php echo get_template_directory_uri() . "/dep/spectre/css/spectre.min.css"; ?>" rel="stylesheet"/>
|
||||
<link href="<?php echo get_template_directory_uri() . "/dep/fork-awesome/css/fork-awesome.min.css"; ?>" rel="stylesheet"/>
|
||||
|
|
Reference in a new issue