Skip to content

Commit

Permalink
Merge branch 'canary' of github.com:amblerhq/andive into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime committed Feb 16, 2024
2 parents ea50679 + e49503c commit abb28ce
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 60 deletions.
2 changes: 1 addition & 1 deletion docs/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Asap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Urbanist" />
4 changes: 2 additions & 2 deletions docs/stories/readme.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ function HelloWorld() {
}
```

2. Import the Asap Google font (default Andive's font).
2. Import the Urbanist Google font (default Andive's font).

```
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Asap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Urbanist" />
</head>
```

Expand Down
4 changes: 2 additions & 2 deletions packages/andive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ function HelloWorld() {
}
```

2. Import the Asap Google font (default Andive's font).
2. Import the Urbanist Google font (default Andive's font).

```
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Asap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Urbanist" />
</head>
```

Expand Down
4 changes: 2 additions & 2 deletions packages/andive/img/icons/flatrate-st1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/andive/img/icons/flatrate-st2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/andive/img/icons/flatrate-st3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions packages/andive/img/icons/flatrate-td.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions packages/andive/img/icons/flatrate-ts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 70 additions & 44 deletions packages/andive/img/illustrations/empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/andive/src/components/typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const fontWeights = {
semiBold: 600
}

export const fontFamily = 'Asap'
export const fontFamily = 'Urbanist'

interface StyleAPI {
color?: string
Expand Down

0 comments on commit abb28ce

Please sign in to comment.