Skip to content

Commit

Permalink
Changed monospace fonts for podcast duration
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarFloss committed Aug 6, 2017
1 parent 5660768 commit dbdb673
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/res/fonts/NotCourierSans License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Copyright (C) 2008 OSP (Ludivine Loiseau).

Copyright (URW)++, Copyright 1999 by (URW)++ Design & Development; Cyrillic glyphs added by Valek Filippov (C) 2001-2005 Cyrillic glyphs added by Valek Filippov (C) 2001-2005.

This Font Software is an open font and is released under the GPL v2 with font exception; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.

This Font Software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.


As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document,
this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however
invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this
exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your
version.
Binary file added src/res/fonts/NotCourierSans-Bold.otf
Binary file not shown.
Binary file added src/res/fonts/NotCourierSans.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/styles/podcast-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@font-face{
font-family: "ubuntu";
src: url("../res/fonts/Ubuntu-Mono-R.ttf");
src: url("../res/fonts/NotCourierSans-Bold.otf");
}


Expand Down

0 comments on commit dbdb673

Please sign in to comment.