diff --git a/index.html b/index.html index 231c789..a94651f 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@

About

- +

IT student at Gustave Eiffel University and R&D Developer Apprentice at WATT Earth, I've always been passionate about computer science. Web design, video games, and algorithms are my main spearhead in computer science.

@@ -142,7 +142,7 @@
- +

Pong2D

My first project in Python (with Pygame). It's a simple pong, with a main menu, a pause menu and a game over. @@ -154,7 +154,7 @@

- +

Pong3D

My very first project on Unity. It's a simple pong with some effects and a rather calm atmosphere. @@ -169,7 +169,7 @@

- +

Risitas Bot

Risitas_Bot is a Discord bot that can connect your Twitch chat to a Discord channel in real time, make your friends laugh by playing the meme "Issou!" on command in a voice channel and even give you some statistics about your Osu! account and last ranked games. @@ -181,7 +181,7 @@

- +

Riverwood

Work of students of DUT info 1 (IUT of Marne-la-Vallée). The students had to create a sound production inspired by the short film "Calls" by Timothée Hochet. @@ -193,7 +193,7 @@

- +

thèses.fr

The goal was to retrieve the dataset provided by theses.fr, to normalize it, and to create a site allowing to consult these data, first in the form of a simple but visually pleasant list, then in a second time to summarize the research in the form of graphics (and a map). diff --git a/stylesheet.css b/stylesheet.css index 882c29f..22c1610 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -19,7 +19,7 @@ body { margin: 0; color: #fff; - font-family: Manrope; + font-family: Manrope, 'sans-serif'; font-variation-settings: 'wght' 500; background-color: #121212; @@ -54,7 +54,7 @@ nav a:first-letter { nav a { position: relative; - font-family: Manrope; + font-family: Manrope, 'sans-serif'; opacity: 0; @@ -221,7 +221,7 @@ a { text-align: center; - font-family: Manrope; + font-family: Manrope, 'sans-serif'; font-variation-settings: 'wght' 500; font-size: 2em; letter-spacing: 0.1em; @@ -312,7 +312,7 @@ a { top: 25px; left: -35px; - font-family: Overpass; + font-family: Overpass, 'sans-serif'; font-size: 52px; line-height: 0; }