Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
style: load fonts from cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Feb 7, 2023
1 parent 6820f1a commit 204c7e8
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 123 deletions.
Binary file removed assets/fonts/IBMPlexSans-Bold.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-BoldItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-ExtraLight.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-ExtraLightItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-Italic.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-Light.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-LightItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-Medium.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-MediumItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-Regular.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-SemiBold.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-SemiBoldItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-Thin.ttf
Binary file not shown.
Binary file removed assets/fonts/IBMPlexSans-ThinItalic.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions assets/fonts/OFL.txt

This file was deleted.

27 changes: 0 additions & 27 deletions fonts.css

This file was deleted.

1 change: 0 additions & 1 deletion src/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { color } from '../styles'
import bgConnected from '../assets/bg-connected.svg'
import logo from '../assets/logo.svg'
import './loading-spinner'
import '../../fonts.css'

export type RadixButtonProps = {
loading: boolean
Expand Down
1 change: 0 additions & 1 deletion src/components/request-item.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { LitElement, css, html, unsafeCSS } from 'lit'
import { customElement, property } from 'lit/decorators.js'
import './loading-spinner'
import '../../fonts.css'
import loadingIcon from '../assets/icon-loading.svg'
import successIcon from '../assets/icon-success.svg'
import errorIcon from '../assets/icon-error.svg'
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import '../fonts.css'
export * from './components/connect-button'

0 comments on commit 204c7e8

Please sign in to comment.