mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Use woff instead of ttf font
This commit is contained in:
parent
2cd3ee9698
commit
5c7d977ae0
File diff suppressed because one or more lines are too long
@ -709,6 +709,8 @@ func mimeTypeForFile(file string) string {
|
||||
return "image/png"
|
||||
case ".ttf":
|
||||
return "application/x-font-ttf"
|
||||
case ".woff":
|
||||
return "application/x-font-woff"
|
||||
default:
|
||||
return mime.TypeByExtension(ext)
|
||||
}
|
||||
|
Binary file not shown.
BIN
gui/raleway-500.woff
Normal file
BIN
gui/raleway-500.woff
Normal file
Binary file not shown.
@ -2,5 +2,5 @@
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Raleway'), url(raleway-500.ttf) format('truetype');
|
||||
src: local('Raleway'), url(raleway-500.woff) format('woff');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user