Fix link to font

This commit is contained in:
Marcin Czachursk 2023-04-01 09:36:00 +02:00
parent 8cbc960e6f
commit 6e19ab5f2c
2 changed files with 8 additions and 3 deletions

View File

@ -14,5 +14,10 @@ Vernissage is 100% free and open-source.
So, whether you're a professional photographer, an amateur enthusiast, or simply someone who loves to discover and share stunning photos,
Vernissage is the perfect app for you. Try it out today and join our growing community of passionate photo lovers.
It's built entirely in SwiftUI.
## Contributing
You can fork and clone repository. Change development team and bundle id. Do your changes and create a pull a request.
You can fork and clone repository. Change development team and bundle id. Do your changes and create a pull a request 👍.
Thank you in advance for any, even the smallest help, with the development of the project 💕!

View File

@ -81,8 +81,8 @@ struct ThirdPartyView: View {
Section("Fleur De Leah") {
VStack(alignment: .leading) {
Link("https://fonts.google.com/specimen/Fleur+De+Leah?preview.text=Vernissage%20for&preview.text_type=custom",
destination: URL(string: "https://fonts.google.com/specimen/Fleur+De+Leah?preview.text=Vernissage%20for&preview.text_type=custom")!)
Link("https://fonts.google.com/specimen/Fleur+De+Leah",
destination: URL(string: "https://fonts.google.com/specimen/Fleur+De+Leah")!)
.padding(.bottom, 4)
Text("Font used in the application in the icons and in the splash screen.")
}