Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix style.css #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paddle-to-the-sea
Copy link

@paddle-to-the-sea paddle-to-the-sea commented Jan 1, 2024

Change the selector GtkTextView to textview. Now the user can edit /usr/local/share/ferret/style.css and modify the font style that the program displays.

Fixes #9 .

These are the references that got me to the right answer: https://docs.gtk.org/gtk3/class.TextView.html and https://stackoverflow.com/questions/41276368/need-to-make-transparent-textview-on-gtk

Change the selector `GtkTextView` to `textview`. Now the user can edit `/usr/local/share/ferret/style.css` and modify the font style that the program displays.

These are the references that got me to the right answer: https://docs.gtk.org/gtk3/class.TextView.html and https://stackoverflow.com/questions/41276368/need-to-make-transparent-textview-on-gtk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't Change Font Size or Font Family
1 participant