Swap fonts

This commit is contained in:
Santiago Lo Coco 2022-02-14 13:51:51 -03:00
parent 8ed8bd6d12
commit c5cabe3aa7
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +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-face {
@ -22,6 +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-face {
@ -35,6 +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;
}
.material-icons {