Skip to content

Commit

Permalink
GT Planar to GTPlanar in Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
UmungoBungo committed Oct 7, 2024
1 parent 040e847 commit 675edf7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/remotion/HomepageVideo/CurrentCountry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const CurrentCountry: React.FC<{
<div
style={{
color: '#0b84f3',
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
fontWeight: '500',
fontSize: 13,
textAlign: 'center',
Expand All @@ -68,7 +68,7 @@ export const CurrentCountry: React.FC<{
<div
style={{
lineHeight: 1.1,
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
textAlign: 'center',
fontWeight: '500',
fontSize: 30,
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/remotion/HomepageVideo/Temperature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Temperature: React.FC<{
<div
style={{
color: '#0b84f3',
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
fontWeight: '500',
fontSize: 13,
textAlign: 'center',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const TemperatureNumber: React.FC<{
<div
style={{
lineHeight: 1.1,
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
textAlign: 'center',
fontWeight: 'bold',
fontSize: 60,
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/src/remotion/HomepageVideo/TrendingRepos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const TrendingRepoItem: React.FC<{
const item: React.CSSProperties = useMemo(() => {
return {
lineHeight: 1.1,
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
fontWeight: '500',
color: theme === 'dark' ? 'white' : 'black',
fontFeatureSettings: "'ss03' 1",
Expand Down Expand Up @@ -67,7 +67,7 @@ export const TrendingRepos: React.FC<{
<div
style={{
color: fill,
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
fontWeight: '500',
fontSize: 12,
opacity: progress1,
Expand All @@ -82,7 +82,7 @@ export const TrendingRepos: React.FC<{
<div
style={{
color: '#0b84f3',
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
fontWeight: '500',
fontSize: 16,
marginBottom: 15,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const EmojiCard: React.FC<{
<div
style={{
color: '#0b84f3',
fontFamily: 'GT Planar',
fontFamily: 'GTPlanar',
fontWeight: '500',
fontSize: 13,
textAlign: 'center',
Expand Down

0 comments on commit 675edf7

Please sign in to comment.