Skip to content

Commit

Permalink
Merge pull request smaranjitghose#738 from Rayman-Sodhi/master
Browse files Browse the repository at this point in the history
Added New Font RayFont-Regular
  • Loading branch information
anushbhatia authored Mar 25, 2021
2 parents bfe3847 + 3f15e0e commit 8bc9a7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added src/fonts/RayFont-Regular.ttf
Binary file not shown.
6 changes: 6 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
src: url(./fonts/Enola-Regular.ttf);
}

@font-face {
font-family: RayFont;
src: url(./fonts/RayFont-Regular.ttf);
}


* {
margin: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Editor/sections/Settings/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Settings = () => {
<Dropdown
name="Change Style"
type="font"
items={["HomemadeApple","Caveat","Dawning","IndieFlower","NothingYouCouldDo","Liu","LeagueScript", "Enola"]}
items={["HomemadeApple","Caveat","Dawning","IndieFlower","NothingYouCouldDo","Liu","LeagueScript", "Enola","RayFont"]}
/>
<div className={styles.vSeparator}></div>
<Dropdown name="Change Sheet" type="page" items={["Ruled1", "Ruled2", "OnlyMargin", "Blank1", "Blank2"]}/>
Expand Down

0 comments on commit 8bc9a7f

Please sign in to comment.