Localize fonts
authorAjay Bura <ajbura@gmail.com>
Thu, 16 Dec 2021 12:25:16 +0000 (17:55 +0530)
committerAjay Bura <ajbura@gmail.com>
Thu, 16 Dec 2021 12:25:16 +0000 (17:55 +0530)
commit3d7e509f9a5fdf0a944257b0b50db007d6e0a3f4
tree900b73c46d0d2582c2c63f1dd586d72901d1b2fa
parented27e6b8e456822ce770de925d2e4aeadd6bf4c8
Localize fonts

Signed-off-by: Ajay Bura <ajbura@gmail.com>
43 files changed:
public/index.html
public/res/fonts/inter/Inter_vf_slant_weight.ttf [new file with mode: 0644]
public/res/fonts/roboto/LICENSE.txt [new file with mode: 0644]
public/res/fonts/roboto/Roboto-Bold.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-BoldItalic.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-Italic.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-Light.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-LightItalic.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-Medium.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-MediumItalic.ttf [new file with mode: 0644]
public/res/fonts/roboto/Roboto-Regular.ttf [new file with mode: 0644]
src/app/atoms/avatar/Avatar.jsx
src/app/atoms/badge/NotificationBadge.jsx
src/app/atoms/badge/NotificationBadge.scss
src/app/atoms/divider/Divider.jsx
src/app/atoms/divider/Divider.scss
src/app/atoms/text/Text.jsx
src/app/atoms/text/Text.scss
src/app/molecules/dialog/Dialog.jsx
src/app/molecules/image-upload/ImageUpload.jsx
src/app/molecules/image-upload/ImageUpload.scss
src/app/molecules/message/Message.jsx
src/app/molecules/message/Message.scss
src/app/molecules/popup-window/PopupWindow.jsx
src/app/molecules/popup-window/PopupWindow.scss
src/app/molecules/room-intro/RoomIntro.jsx
src/app/molecules/room-selector/RoomSelector.jsx
src/app/molecules/room-selector/RoomSelector.scss
src/app/organisms/emoji-board/EmojiBoard.jsx
src/app/organisms/emoji-board/EmojiBoard.scss
src/app/organisms/invite-list/InviteList.jsx
src/app/organisms/invite-list/InviteList.scss
src/app/organisms/navigation/Drawer.scss
src/app/organisms/navigation/DrawerHeader.jsx
src/app/organisms/navigation/Home.jsx
src/app/organisms/profile-viewer/ProfileViewer.jsx
src/app/organisms/profile-viewer/ProfileViewer.scss
src/app/organisms/room/PeopleDrawer.jsx
src/app/organisms/room/RoomViewHeader.jsx
src/app/organisms/welcome/Welcome.jsx
src/app/templates/client/Client.jsx
src/font-face.css [new file with mode: 0644]
src/index.scss