Removed references to fonts.google.com

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-09-23 18:24:19 +02:00
parent 2e5e55fadd
commit 508dcc4968
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
3 changed files with 12 additions and 1 deletions

View File

@ -1,7 +1,18 @@
@charset "utf-8";
/* Coded by Louis Vallat */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@font-face {
font-family: "Roboto";
src: url("/assets/fonts/Roboto-Regular.ttf");
font-weight: 400;
}
@font-face {
font-family: "Roboto";
src: url("/assets/fonts/Roboto-Medium.ttf");
font-weight: 500;
}
html {
scroll-behavior: smooth;

Binary file not shown.

Binary file not shown.