Search
 
SCRIPT & CODE EXAMPLE
 

CSS

use woff2 font in css

@font-face {
  font-family: 'MyWebFont';
  src:  url('myfont.woff2') format('woff2'),
        url('myfont.woff') format('woff');
}
Comment

PREVIOUS NEXT
Code Example
Css :: detect mobile css 
Css :: sass compressed style 
Css :: tint png white css 
Css :: css prevent text blue selection 
Css :: Safari only CSS hack 
Css :: position footer to stay at bottom of screen flexbox 
Css :: random color scss 
Css :: remove arrow summary tag css 
Css :: how to import fonts css 
Css :: html font white text with black border 
Css :: css fixed bottom 
Css :: media max height css 
Css :: border box reset 
Css :: vertcial text css 
Css :: multiple text shadow 
Css :: css trim text 
Css :: display none but keep space 
Css :: remove outline of input css 
Css :: css stop scrollbar 
Css :: drop shadow css 
Css :: removing the unwanted border button css 
Css :: centred div 
Css :: css limit text length 
Css :: ngx-charts change text color 
Css :: How to remove the blueish background on a button when clicked 
Css :: shadow on top for scroll 
Css :: How to hide specific td border in css 
Css :: npm scss 
Css :: make blinking cursor disappear css 
Css :: change br height 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =