Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
fix: (font) Changing font to font with better antialiasing (refs #22)
Browse files Browse the repository at this point in the history
  * TheMixCE generated via https://fontie.flowyapps.com/home
  * hinting se to Windows GDI
  • Loading branch information
literat committed Dec 9, 2015
1 parent 069071a commit 716df7b
Show file tree
Hide file tree
Showing 22 changed files with 837 additions and 5,648 deletions.
10 changes: 5 additions & 5 deletions css/combined.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/combined.min.css

Large diffs are not rendered by default.

Binary file added fonts/themixce-b5-plain.eot
Binary file not shown.
Binary file added fonts/themixce-b5-plain.otf
Binary file not shown.
410 changes: 410 additions & 0 deletions fonts/themixce-b5-plain.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/themixce-b5-plain.ttf
Binary file not shown.
Binary file added fonts/themixce-b5-plain.woff
Binary file not shown.
Binary file removed fonts/thmceb5p.eot
Binary file not shown.
2,816 changes: 0 additions & 2,816 deletions fonts/thmceb5p.svg

This file was deleted.

Binary file removed fonts/thmceb5p.ttf
Binary file not shown.
Binary file removed fonts/thmceb5p.woff
Binary file not shown.
10 changes: 5 additions & 5 deletions src/base/fonts.less
@@ -1,9 +1,9 @@
// Import the fonts
@font-face {
font-family: 'TheMixCE';
src: url('@{icon-font-path}@{icon-font-name}.eot');
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
font-family: 'TheMixCE-B5Plain';
src: url('@{font-path}@{font-name}.eot');
src: url('@{font-path}@{font-name}.eot?#iefix') format('embedded-opentype'),
url('@{font-path}@{font-name}.woff') format('woff'),
url('@{font-path}@{font-name}.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
11 changes: 6 additions & 5 deletions src/config/variables.less
Expand Up @@ -19,16 +19,17 @@

// Typography
//** Load fonts from this directory.
@icon-font-path: "../fonts/";
@font-path; "../fonts/";
@icon-font-path: @font-path;
//** File name for all font files.
@icon-font-name: "thmceb5p";
@font-family-base: "TheMixCE", Verdana, Geneva, sans-serif;
@font-name: "themixce-b5-plain";
@font-family-base: "TheMixCE-B5Plain", Verdana, Geneva, sans-serif;
@font-size-base: 16px;

//** Glyphicons
@icon-font-name-glyphicons: "glyphicons-halflings-regular";
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
@icon-font-glyphicons-svg-id: "glyphicons_halflingsregular";
@icon-font-svg-id: "glyphicons_halflingsregular";

@font-size-h1: floor((@font-size-base * 1.5)); // ~24px
@font-size-h2: @font-size-h1;
Expand Down
Binary file added src/fonts/themixce-b5-plain.eot
Binary file not shown.
Binary file added src/fonts/themixce-b5-plain.otf
Binary file not shown.
410 changes: 410 additions & 0 deletions src/fonts/themixce-b5-plain.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/themixce-b5-plain.ttf
Binary file not shown.
Binary file added src/fonts/themixce-b5-plain.woff
Binary file not shown.
Binary file removed src/fonts/thmceb5p.eot
Binary file not shown.
2,816 changes: 0 additions & 2,816 deletions src/fonts/thmceb5p.svg

This file was deleted.

Binary file removed src/fonts/thmceb5p.ttf
Binary file not shown.
Binary file removed src/fonts/thmceb5p.woff
Binary file not shown.

0 comments on commit 716df7b

Please sign in to comment.