🐎 utilise les polices système en attendant le chargement des polices

pull/1691/head
Johan Girod 2021-08-26 13:14:16 +02:00
parent 5359392d70
commit 822a460a75
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* roboto-italic - latin */
@ -18,6 +19,7 @@
url('/fonts/roboto-v20-latin-italic.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* roboto-500 - latin */
@ -29,6 +31,7 @@
url('/fonts/roboto-v20-latin-500.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* montserrat-600 - latin */
@ -40,4 +43,5 @@
url('/fonts/montserrat-v15-latin-600.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}