1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00

UI Improvements - Default Theme - Updates #194

This commit is contained in:
Awilum
2014-04-13 10:41:48 +04:00
parent c60cd592c4
commit a3c75d72fb

View File

@@ -1,3 +1,12 @@
@font-face {
font-family: 'Glyphicons Halflings';
src: url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.eot');
src: url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
body { body {
background: #F5F5F5; background: #F5F5F5;
} }