Swap fonts
This commit is contained in:
parent
8ed8bd6d12
commit
c5cabe3aa7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue