Skip to content

Instantly share code, notes, and snippets.

@fatihhayri
Created April 8, 2016 06:16
Show Gist options
  • Save fatihhayri/ed7527441e39cbedc95998b1b1bfb0b1 to your computer and use it in GitHub Desktop.
Save fatihhayri/ed7527441e39cbedc95998b1b1bfb0b1 to your computer and use it in GitHub Desktop.
RaxQNv
<div class="sample">AaBb</div>
<div class="glyph-range bold">ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVWXYZabcçdefgğhıijklmnoöpqrsştuüvwxyz1234567890&amp;.,?!&#64;()#$%*+-=:;</div>
<div class="glyph-range">ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVWXYZabcçdefgğhıijklmnoöpqrsştuüvwxyz1234567890&amp;.,?!&#64;()#$%*+-=:;</div>
<div class="glyph-range light">ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVWXYZabcçdefgğhıijklmnoöpqrsştuüvwxyz1234567890&amp;.,?!&#64;()#$%*+-=:;</div>
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic);
body {
font-family: 'Open Sans', sans-serif;
}
.sample {
font-size: 100px;
}
.glyph-range {
font-size: 24px;
}
.bold {
font-weight: 600;
}
.light {
font-weight: 300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment