Jump to content
Chinese-Forums
  • Sign Up

Anki strange chinese words


chinesemadrush

Recommended Posts

Hi everyone,

 

Just wondering whether any Anki users have encountered this problem. Normally, I key in words into excel and then import them into Anki. But sometimes the words end up looking very strange when shown in Anki.

 

Perhaps a picture can better explain what I am seeing:

Difference.jpg
 

Link to comment
Share on other sites

You have to look "under" the card, there is some HTML code in there that got pasted in.  I forget which menu option this is in Anki.  I avoid this by pasting first into Notepad.  Since Notepad does not support formatting of any kind, you now have bare text.  Press CTRL-A select all and CTRL-C copy again, and then CTRL-V paste into Anki.  

Link to comment
Share on other sites

In Anki, go to your deck => Browse => Search, this should bring you to the current deck.

Click the "Cards..." botton, on the left side in the middle is a field called "Styling". If you haven't changed it before, it should look something like this:

  .card {

  font-family: arial;

  font-size: 20px;

  text-align: center;

  color: black;

  background-color: white;

  }

Change the font-family to the font you use in Excel, for example:

  font-family: 宋体;

This changes the default font for all cards in your deck. You should be able to see the change immediately on the right side.

If your characters still look weird, you probably are using a separate style in the templates. Check the Front Template and Back Template. If you see something like

  <span style="font-family: Liberation Sans; font-size: 40px; ">

change the font-family there too.

If it still doesn't work, go back to the browser screen, click "Fields...", check each field to see if they are using a Japanese font. Normally the default font Arial should be fine unless you are using a Japanese version of Windows then I don't know.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and select your username and password later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Click here to reply. Select text to quote.

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...