mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2391 from omnivore-app/fix/web-rm-georgia-font
Remove unused Georgia font download
This commit is contained in:
commit
5f1333828f
1 changed files with 0 additions and 21 deletions
|
|
@ -250,27 +250,6 @@ div#appleid-signin {
|
|||
src: url('/static/fonts/Montserrat/Montserrat-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Georgia';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Georgia/Georgia-Regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Georgia';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Georgia/Georgia-Bold.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Georgia';
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Georgia/Georgia-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Newsreader';
|
||||
font-weight: 400;
|
||||
|
|
|
|||
Loading…
Reference in a new issue