Advertisement
MUstar

sns-logo-font (2021/08/02)

Aug 1st, 2021 (edited)
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.77 KB | None | 0 0
  1. @font-face {
  2.     font-family: 'sns-logo-font';
  3.     src: url('../fonts/sns-logo-font.eot');
  4.     src: url('../fonts/sns-logo-font.eot?#iefix') format('embedded-opentype'), url('../fonts/sns-logo-font.ttf') format('truetype'), url('../fonts/sns-logo-font.woff') format('woff'), url('../fonts/sns-logo-font.svg') format('svg');
  5.     font-weight: normal;
  6.     font-style: normal;
  7. }
  8.  
  9. .sns-logo-font {
  10.     display: inline-block;
  11.     font: normal normal normal 14px/1 sns-logo-font;
  12.     font-size: inherit;
  13.     text-rendering: auto;
  14.     -webkit-font-smoothing: antialiased;
  15.     -moz-osx-font-smoothing: grayscale;
  16. }
  17. .sns-logo-font-lg {
  18.     font-size: 1.33333333em;
  19.     line-height: 0.75em;
  20.     vertical-align: -15%;
  21. }
  22. .sns-logo-font-2x {
  23.     font-size: 2em;
  24. }
  25. .sns-logo-font-3x {
  26.     font-size: 3em;
  27. }
  28. .sns-logo-font-4x {
  29.     font-size: 4em;
  30. }
  31. .sns-logo-font-5x {
  32.     font-size: 5em;
  33. }
  34. .sns-logo-font-fw {
  35.     width: 1.28571429em;
  36.     text-align: center;
  37. }
  38. .sns-logo-font-ul {
  39.     padding-left: 0;
  40.     margin-left: 2.14285714em;
  41.     list-style-type: none;
  42. }
  43. .sns-logo-font-ul > li {
  44.     position: relative;
  45. }
  46. .sns-logo-font-li {
  47.     position: absolute;
  48.     left: -2.14285714em;
  49.     width: 2.14285714em;
  50.     top: 0.14285714em;
  51.     text-align: center;
  52. }
  53. .sns-logo-font-li.sns-logo-font-lg {
  54.     left: -1.85714286em;
  55. }
  56. .sns-logo-font-border {
  57.     padding: .2em .25em .15em;
  58.     border: solid 0.08em #eeeeee;
  59.     border-radius: .1em;
  60. }
  61. .sns-logo-font-pull-left {
  62.     float: left;
  63. }
  64. .sns-logo-font-pull-right {
  65.     float: right;
  66. }
  67. .fa.sns-logo-font-pull-left {
  68.     margin-right: .3em;
  69. }
  70. .fa.sns-logo-font-pull-right {
  71.     margin-left: .3em;
  72. }
  73. .pull-right {
  74.     float: right;
  75. }
  76. .pull-left {
  77.     float: left;
  78. }
  79. .fa.pull-left {
  80.     margin-right: .3em;
  81. }
  82. .fa.pull-right {
  83.     margin-left: .3em;
  84. }
  85. .sns-logo-font-spin {
  86.     -webkit-animation: fa-spin 2s infinite linear;
  87.     animation: fa-spin 2s infinite linear;
  88. }
  89. .sns-logo-font-pulse {
  90.     -webkit-animation: fa-spin 1s infinite steps(8);
  91.     animation: fa-spin 1s infinite steps(8);
  92. }
  93. @-webkit-keyframes fa-spin {
  94.     0% {
  95.         -webkit-transform: rotate(0deg);
  96.         transform: rotate(0deg);
  97.     }
  98.     100% {
  99.         -webkit-transform: rotate(359deg);
  100.         transform: rotate(359deg);
  101.     }
  102. }
  103. @keyframes fa-spin {
  104.     0% {
  105.         -webkit-transform: rotate(0deg);
  106.         transform: rotate(0deg);
  107.     }
  108.     100% {
  109.         -webkit-transform: rotate(359deg);
  110.         transform: rotate(359deg);
  111.     }
  112. }
  113. .sns-logo-font-rotate-90 {
  114.     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  115.     -webkit-transform: rotate(90deg);
  116.     -ms-transform: rotate(90deg);
  117.     transform: rotate(90deg);
  118. }
  119. .sns-logo-font-rotate-180 {
  120.     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  121.     -webkit-transform: rotate(180deg);
  122.     -ms-transform: rotate(180deg);
  123.     transform: rotate(180deg);
  124. }
  125. .sns-logo-font-rotate-270 {
  126.     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  127.     -webkit-transform: rotate(270deg);
  128.     -ms-transform: rotate(270deg);
  129.     transform: rotate(270deg);
  130. }
  131. .sns-logo-font-flip-horizontal {
  132.     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  133.     -webkit-transform: scale(-1, 1);
  134.     -ms-transform: scale(-1, 1);
  135.     transform: scale(-1, 1);
  136. }
  137. .sns-logo-font-flip-vertical {
  138.     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  139.     -webkit-transform: scale(1, -1);
  140.     -ms-transform: scale(1, -1);
  141.     transform: scale(1, -1);
  142. }
  143. :root .sns-logo-font-rotate-90,
  144. :root .sns-logo-font-rotate-180,
  145. :root .sns-logo-font-rotate-270,
  146. :root .sns-logo-font-flip-horizontal,
  147. :root .sns-logo-font-flip-vertical {
  148.     filter: none;
  149. }
  150. .sns-logo-font-stack {
  151.     position: relative;
  152.     display: inline-block;
  153.     width: 2em;
  154.     height: 2em;
  155.     line-height: 2em;
  156.     vertical-align: middle;
  157. }
  158. .sns-logo-font-stack-1x,
  159. .sns-logo-font-stack-2x {
  160.     position: absolute;
  161.     left: 0;
  162.     width: 100%;
  163.     text-align: center;
  164. }
  165. .sns-logo-font-stack-1x {
  166.     line-height: inherit;
  167. }
  168. .sns-logo-font-stack-2x {
  169.     font-size: 2em;
  170. }
  171. .sns-logo-font-inverse {
  172.     color: #ffffff;
  173. }
  174.  
  175. .sns-logo-font-kakao-story:before {
  176.     content: "\e900";
  177. }
  178.  
  179. .sns-logo-font-kakao-talk:before {
  180.     content: "\e901";
  181. }
  182.  
  183. .sns-logo-font-naver-line:before {
  184.     content: "\e902";
  185. }
  186.  
  187. .sns-logo-font-naver:before {
  188.     content: "\e903";
  189. }
  190.  
  191. .sns-logo-font-naver-band:before {
  192.     content: "\e904";
  193. }
  194.  
  195. .sns-logo-font-naver-blog:before {
  196.     content: "\e905";
  197. }
  198.  
  199. .sns-logo-font-tistory:before {
  200.     content: "\e906";
  201. }
  202.  
  203. .sns-logo-font-buymeacoffee:before {
  204.     content: "\e907";
  205. }
  206.  
  207. .sns-logo-font-pastebin:before {
  208.     content: "\e908";
  209. }
  210.  
  211.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement