UNPKG
flashcardui
Version:
latest (1.1.3)
next (1.1.3-0)
1.1.3
1.1.3-0
1.1.2
1.1.1
1.1.0
1.0.0
> UI library for flash card application
github.com/GodsonAddy/flashcardui
GodsonAddy/flashcardui
flashcardui
/
src
/
style.ts
9 lines
(6 loc)
•
226 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
styled
from
'styled-components'
; export const Poppins = styled.div`
@import url(
'https://fonts.googleapis.com/css2?family=Poppins&display=swap'
);
font-family:
'Poppins'
, sans-serif; font-weight:
400
; `;