https://github.com/restrepo/gfif-logo
GFIF logo
https://github.com/restrepo/gfif-logo
fonts inkscape svg
Last synced: 6 months ago
JSON representation
GFIF logo
- Host: GitHub
- URL: https://github.com/restrepo/gfif-logo
- Owner: restrepo
- Created: 2011-05-27T23:15:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T20:43:14.000Z (about 6 years ago)
- Last Synced: 2025-04-15T09:58:20.385Z (6 months ago)
- Topics: fonts, inkscape, svg
- Homepage: http://gfif.udea.edu.co
- Size: 90.8 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](./gfif_path.svg)
The `_path_` `svg` versions do not require install new fonts.
To open with the proper fonts, use the inkscape of gfif or
install Good Times Font (included) in debian```bash
# mkdir /usr/share/fonts/truetype/ttf-good-times/
# cp good-times.ttf /usr/share/fonts/truetype/ttf-good-times/
```DEBIAN:
```bash
# fc-cache -fv
```UBUNTU:
```bash
# defoma-hints -c --no-question truetype /usr/share/fonts/truetype/ttf-good-times/* > /etc/defoma/hints/ownfonts.hints
```Now you register this file to defoma:
```bash
# defoma-font register-all /etc/defoma/hints/ownfonts.hints
```The last thing you have to do is to apply the new configuration. The quickest way is to call
```bash
# defoma-reconfigure
```It updates the fonts database for all registered applications. To use the new fonts in your current X session, run
```bash
# xset fp rehash
```