1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

modified direct css link

This commit is contained in:
Matthias Kretschmann 2015-09-14 00:28:07 +02:00
parent 25475a2eaf
commit 3c98b2822b

View File

@ -31,7 +31,7 @@ So let's make them all visually unified, infinitely scalable, with pure text for
# Styling
<style>
@import 'https://cdn.rawgit.com/kremalicious/appstorebadges/master/dist/appstorebadges.min.css';
@import 'https://rawgit.com/kremalicious/appstorebadges/master/dist/appstorebadges.min.css';
</style>
Lets be honest, Google, Amazon & Microsoft created just slight variations of the badge style established by Apples App Store badge. So its only natural to unify all badges by leaning more to Apples style in terms of typography. Apple uses Myriad Pro in their original badge which isnt available for free web usage.
@ -121,7 +121,7 @@ bower install appstorebadges --save
Or just directly link to the css file in the [GitHub repo](https://github.com/kremalicious/appstorebadges):
```html
<link rel="stylesheet" href="https://cdn.rawgit.com/kremalicious/appstorebadges/master/dist/appstorebadges.min.css">
<link rel="stylesheet" href="https://rawgit.com/kremalicious/appstorebadges/master/dist/appstorebadges.min.css">
```
## HTML Markup