Remove .WOFF font files
This commit is contained in:
parent
94bb3710c8
commit
559ee9fb9b
@ -5,7 +5,6 @@
|
||||
src:
|
||||
local('Roboto'),
|
||||
local('Roboto-Regular'),
|
||||
url('Roboto_400.woff') format('woff'),
|
||||
url('Roboto_400.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
@ -15,7 +14,6 @@
|
||||
src:
|
||||
local('Roboto Italic'),
|
||||
local('Roboto-Italic'),
|
||||
url('Roboto_400i.woff') format('woff'),
|
||||
url('Roboto_400i.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
@ -25,7 +23,6 @@
|
||||
src:
|
||||
local('Roboto Medium'),
|
||||
local('Roboto-Medium'),
|
||||
url('Roboto_500.woff') format('woff'),
|
||||
url('Roboto_500.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
@ -35,7 +32,6 @@
|
||||
src:
|
||||
local('Roboto Medium Italic'),
|
||||
local('Roboto-MediumItalic'),
|
||||
url('Roboto_500i.woff') format('woff'),
|
||||
url('Roboto_500i.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
@ -45,7 +41,6 @@
|
||||
src:
|
||||
local('Roboto Bold'),
|
||||
local('Roboto-Bold'),
|
||||
url('Roboto_700.woff') format('woff'),
|
||||
url('Roboto_700.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
@ -55,6 +50,5 @@
|
||||
src:
|
||||
local('Roboto Bold Italic'),
|
||||
local('Roboto-BoldItalic'),
|
||||
url('Roboto_700i.woff') format('woff'),
|
||||
url('Roboto_700i.woff2') format('woff2');
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user