@vtmn/css-link
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.1](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-link@0.1.0...@vtmn/css-link@0.1.1) (2021-04-19) | ||
**Note:** Version bump only for package @vtmn/css-link | ||
# 0.1.0 (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@vtmn/css-link", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Decathlon Design System - Vitamin specific CSS styles for link component", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@vtmn/css-design-tokens": "^0.1.4", | ||
"@vtmn/css-design-tokens": "^0.1.5", | ||
"@vtmn/css-postcss-config": "^0.0.0", | ||
@@ -42,3 +42,3 @@ "@vtmn/css-tailwind-config": "^0.0.0" | ||
], | ||
"gitHead": "834db45ab156d4cb860b324bebe70123b679e80e" | ||
"gitHead": "89cadb144acaa040da5f6cc358bc10a1439a105a" | ||
} |
@@ -45,10 +45,12 @@ # `@vtmn/css-link` | ||
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`: | ||
@@ -55,0 +57,0 @@ |
33627
115