@vtmn/svelte
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.5](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.4...@vtmn/svelte@0.2.5) (2021-04-19) | ||
**Note:** Version bump only for package @vtmn/svelte | ||
## [0.2.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.3...@vtmn/svelte@0.2.4) (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@vtmn/svelte", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Decathlon Design System - Vitamin Svelte library", | ||
@@ -33,5 +33,5 @@ "keywords": [ | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@vtmn/css-button": "^0.1.15", | ||
"@vtmn/css-button": "^0.1.16", | ||
"chokidar-cli": "^2.1.0", | ||
"eslint": "7.23.0", | ||
"eslint": "7.24.0", | ||
"eslint-plugin-svelte3": "3.1.2", | ||
@@ -42,3 +42,3 @@ "rollup": "^2.40.0", | ||
"svelte": "3.37.0", | ||
"svelte-preprocess": "4.7.0" | ||
"svelte-preprocess": "4.7.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "9e5ba60de0295e253a9951a469009150e819441e" | ||
"gitHead": "89cadb144acaa040da5f6cc358bc10a1439a105a" | ||
} |
@@ -30,10 +30,12 @@ # `@vtmn/svelte` | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" | ||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap" | ||
/> | ||
``` | ||
You can also do it via CSS Import: | ||
```css | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&display=swap'); | ||
``` | ||
Otherwise, you can install them with `typeface`: | ||
@@ -40,0 +42,0 @@ |
90823
91