Remove .otf extension from Source Code Pro woff fonts
Change-Id: Ia654d5819c8ed35eef79a14ede705b75fe97e4a9
This commit is contained in:
parent
5eb59e374e
commit
7a9dca2b33
@ -4,8 +4,8 @@ genrule(
|
||||
name = 'sourcecodepro',
|
||||
cmd = 'zip -rq $OUT .',
|
||||
srcs = [
|
||||
'SourceCodePro-Regular.otf.woff',
|
||||
'SourceCodePro-Regular.otf.woff2'
|
||||
'SourceCodePro-Regular.woff',
|
||||
'SourceCodePro-Regular.woff2'
|
||||
],
|
||||
out = 'sourcecodepro.zip',
|
||||
license = 'OFL1.1',
|
||||
|
@ -144,8 +144,8 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
|
||||
url(../fonts/SourceCodePro-Regular.otf.woff2) format('woff2'),
|
||||
url(../fonts/SourceCodePro-Regular.otf.woff) format('woff');
|
||||
url(../fonts/SourceCodePro-Regular.woff2) format('woff2'),
|
||||
url(../fonts/SourceCodePro-Regular.woff) format('woff');
|
||||
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@ -154,7 +154,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
|
||||
url(../fonts/SourceCodePro-Regular.otf.woff2) format('woff2'),
|
||||
url(../fonts/SourceCodePro-Regular.otf.woff) format('woff');
|
||||
url(../fonts/SourceCodePro-Regular.woff2) format('woff2'),
|
||||
url(../fonts/SourceCodePro-Regular.woff) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user