linuxmint / website-wizixo

59 stars 25 forks source link

template/img/logo.svg and logo-mono.svg are made of Ubuntu font... Convert to path to ensure compatibility #12

Closed SebastJava closed 3 years ago

SebastJava commented 3 years ago

The names for these logos are made of text, with the Ubuntu font. Nice, but this will only work on Linux computers ! Am i right ?

I think these "linuxmint" texts should be converted to path, to get a constant look on all computers. But this origin text could still be kept on a separate, hidden layer, in case you want to edit it later. I am working on this now. I will make a pull request soon:

logo2-name-green

Secret-chest commented 3 years ago

The official logo dosen't have that long L!!!

SebastJava commented 3 years ago

@Secret-chest

The official logo dosen't have that long L!!!

I know. I will make a PR with both the standard version, and my new version here. I prefer this new one, with the long L, but you will get to choose it or not. You can see this in my list up there ▲. Both current versions and new versions will be there. And they all need this text to be converted to path, as far as i can understand.

Here, check this screenshot. I just restarted on Windows 10 to confirm how it is handled there: BAD ! This Ubuntu font got substituted with some Serif font !

Windows10-mint-main-screenshot

Method used for this test: simple. I simply downloaded and extracted the whole thing in Windows, and opened mint-main in Firefox...

UtopicUnicorns commented 3 years ago

You have to import the font via css

SebastJava commented 3 years ago

You have to import the font via css

That is another valid option. But this is just for one word: "linuxmint". So, i converted to path. It should be "rock solid". And simple.

Pull request: https://github.com/linuxmint/website-wizixo/pull/15