For easy reference. This is the system font stack used by Medium:
html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
You may also be interested in my post on CSS antialiasing/font smoothing.