Questions tagged [octicons]

Font based icons supported by Github

Font based icons similar to

  • Glyphicons
  • Font Awesome
  • Elusive-Icons

Source:

https://octicons.github.com/

22 questions
0
votes
1 answer

Oction-vue in nuxt: unexpected identifier

I would like to use the icons from Octicon, my project is written in nuxt.js, so I decided to use this Octicon Component for Vue.js. I created a file called octicon.js and added it to /plugins and registered it in nuxt.config.js. When I start my…
Andreas
  • 430
  • 5
  • 21
0
votes
2 answers

Rotating (oct)icon in statusbar of VS Code

In my vs code extension, I try to integrate a rotating (oct)icon in the status bar. Like the git integration of vs code itself when it is synchronizing. But in fact, I have no how to achieve that goal. A simplified example of a cheap…
peni4142
  • 426
  • 1
  • 7
  • 26
0
votes
1 answer

How do i add an octicon to font awesome?

I don't know if this is the right place to ask this but I'll ask it anyway. Warn me if this is the wrong place and i'll delete this question. My question is how do I add an octicon to font awesome. I already have the octicon made i just don't know…
user6333114
  • 51
  • 1
  • 2
  • 11
0
votes
1 answer

How to set up Github Octicons in Rails?

I've installed bootstrap gem 'bootstrap', '~> 4.0.0.alpha3' then I downloaded octicons from https://github.com/github/octicons/ . after extracting, I copied octicons directory to app/assets/stylesheets/. Then in application.scss I added this…
Sajad Rastegar
  • 3,014
  • 3
  • 25
  • 36
0
votes
0 answers

!important CSS Attribute

I'm currently trying to get a buttons style working on Github. It works through a chrome extension, and I'm also not terribly sure how to go about debugging Chrome Extensions. Here is what I'm working with: .octicon-class { background-image:…
kzisme
  • 1
  • 4
0
votes
1 answer

How to avoid generated link inside h1 tag when using the GitHub Markdown API?

When I test the GitHub Markdown API (https://developer.github.com/v3/markdown/), I'll get a link inside an h1 tag when converting a simple "# Headline". This is what I send: curl --data '{"text":"#Headline","mode":"markdown"}'…
MarioHofer
  • 21
  • 5
0
votes
1 answer

CSS unicode-range for CJK characters

My preferred font is Inconsolata, which messes up GitHub's octicon web font. Yesterday I updated my user stylesheet for Google Chrome to properly display the octicon font on GitHub, so today I'm trying to get the CJK characters to display…
1
2