Separated out CSS files, and updated some of them
This commit is contained in:
9
css/fonts.css
Normal file
9
css/fonts.css
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Handle Self-hosted True Type Fonts
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Cardo';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Cardo'), url('../fonts/Cardo99s.ttf') format('truetype');
|
||||
}
|
Reference in New Issue
Block a user