Guest User

Untitled

a guest
Jan 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. h1{
  2.     color: green;
  3. }
  4. @font-face {
  5.   font-family: 'glyphicons';
  6.  
  7.   src: url("../../test/commons/fonts/glyphicons-halflings-regular.ttf");
  8.   /*src: url('../fonts/sassonprimarys-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sassonprimarys-halflings-regular.woff2') format('woff2'), url('../fonts/sassonprimarys-halflings-regular.woff') format('woff'), url('../fonts/sassonprimarys-halflings-regular.ttf') format('truetype'), url('../fonts/sassonprimarys-halflings-regular.svg#sassonprimarys_halflingsregular') format('svg');*/
  9. }
  10. .glyphicons{
  11.   /*position: relative;
  12.   top: 1px;
  13.   display: inline-block;*/
  14.   font-family: 'glyphicons';
  15.   /*font-style: normal;
  16.   font-weight: normal;
  17.   line-height: 1;*/
  18.  
  19.   -webkit-font-smoothing: antialiased;
  20.   -moz-osx-font-smoothing: grayscale;*
  21. }
Add Comment
Please, Sign In to add comment