Skip to content

Commit

Permalink
Merge pull request #823 from supertokens/docs/remove_rubik
Browse files Browse the repository at this point in the history
docs: remove references to Rubik and font loading
  • Loading branch information
rishabhpoddar authored Jul 31, 2024
2 parents 8b77a10 + d151880 commit efe931c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The above will result in:

### Changing fonts

By default, SuperTokens loads and uses the ['Rubik'](https://fonts.google.com/specimen/Rubik) font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration. Adding `font-family` or `font` to the styles will disable the default font loading.
By default, SuperTokens uses the Arial font. The best way to override this is to add a `font-family` styling to the `container` component in the recipe configuration.

<FrontendSDKTabs>
<TabItem value="reactjs">
Expand Down

0 comments on commit efe931c

Please sign in to comment.