From 8331b9fdffa138596b39c8d9f028869d29ffed76 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 14 Feb 2022 14:06:38 -0300 Subject: [PATCH] Undo last commit --- _includes/head.html | 2 +- assets/css/fonts.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index b868893..73a0bcb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,7 +5,7 @@ - + diff --git a/assets/css/fonts.css b/assets/css/fonts.css index e6ee3de..e26b4cc 100644 --- a/assets/css/fonts.css +++ b/assets/css/fonts.css @@ -9,7 +9,7 @@ url('../fonts/roboto-v29-latin-regular.woff') format('woff'), url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); - /* font-display: swap; */ + font-display: swap; } @font-face { @@ -23,7 +23,7 @@ url('../fonts/roboto-v29-latin-500.woff') format('woff'), url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); - /* font-display: swap; */ + font-display: swap; } @font-face { @@ -37,7 +37,7 @@ url('../fonts/roboto-v29-latin-700.woff') format('woff'), url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); - /* font-display: swap; */ + font-display: swap; } .material-icons {