-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from cph-cachet/jakdan99/fix-design-issues
Fix design issues
- Loading branch information
Showing
16 changed files
with
159 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,29 @@ | ||
import MuseoSans100 from "./museosans-100-webfont.woff"; | ||
import MuseoSans300 from "./museosans-300-webfont.woff"; | ||
import MuseoSans500 from "./museosans-500-webfont.woff"; | ||
import MuseoSans700 from "./museosans-700-webfont.woff"; | ||
import MuseoSans900 from "./museosans-900-webfont.woff"; | ||
|
||
export const museosans100 = { | ||
fontFamily: "Museo Sans Rounded", | ||
export const opensans100 = { | ||
fontFamily: "Open Sans", | ||
fontStyle: "normal", | ||
fontWeight: 100, | ||
src: ` | ||
url(${MuseoSans100}) format('woff') | ||
`, | ||
}; | ||
|
||
export const museosans300 = { | ||
fontFamily: "Museo Sans", | ||
export const opensans300 = { | ||
fontFamily: "Open Sans", | ||
fontStyle: "normal", | ||
fontWeight: 300, | ||
src: ` | ||
url(${MuseoSans300}) format('woff') | ||
`, | ||
}; | ||
|
||
export const museosans500 = { | ||
fontFamily: "Museo Sans", | ||
export const opensans500 = { | ||
fontFamily: "Open Sans", | ||
fontStyle: "normal", | ||
fontWeight: 500, | ||
src: ` | ||
url(${MuseoSans500}) format('woff') | ||
`, | ||
}; | ||
|
||
export const museosans700 = { | ||
fontFamily: "Museo Sans", | ||
export const opensans700 = { | ||
fontFamily: "Open Sans", | ||
fontStyle: "normal", | ||
fontWeight: 700, | ||
src: ` | ||
url(${MuseoSans700}) format('woff') | ||
`, | ||
}; | ||
|
||
export const museosans900 = { | ||
fontFamily: "Museo Sans", | ||
export const opensans900 = { | ||
fontFamily: "Open Sans", | ||
fontStyle: "normal", | ||
fontWeight: 900, | ||
src: ` | ||
url(${MuseoSans900}) format('woff') | ||
`, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.