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

Icon request: Australian Dollar (A$) & New Zealand Dollar (NZ$) #3028

Closed
p2made opened this issue Mar 6, 2014 · 4 comments
Closed

Icon request: Australian Dollar (A$) & New Zealand Dollar (NZ$) #3028

p2made opened this issue Mar 6, 2014 · 4 comments

Comments

@p2made
Copy link

p2made commented Mar 6, 2014

Being Australian I come with biases...

When working with different currences in one space there is a need to be explicit where multiple countries have currencies of the same name. For the Dollar that means representing the Australian Dollar as A$ & New Zealand Dollar as NZ$. When being so explicit the United States Dollar is US$ (surprise surprise).

It's nothing to prefix with the letters in text but the result is messy when using icon fonts.

@dpDesignz
Copy link

+1

@p2made
Copy link
Author

p2made commented Mar 30, 2014

Issue #2320 is also relevant here.

@lukeocodes
Copy link

I was able to do this with the following;

.fa-aud::before {
    font-family: "Montserrat",​Arial,​sans-serif;
    content: "A";
}

.fa-aud::after {
    content: "\f155";
}

.fa-nzd::before {
    font-family: "Montserrat",​Arial,​sans-serif;
    content: "NZ";
}

.fa-nzd::after {
    content: "\f155";
}

@tagliala
Copy link
Member

tagliala commented Apr 3, 2019

Please open individual requests for non-symbolic currencies filling out new icon request template

You can also edit this request and open a new one for NZ$

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

No branches or pull requests

4 participants