Search
 
SCRIPT & CODE EXAMPLE
 

CSS

open sans css

/* copy paste it in your .css file*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/* copy paste it in your .html or .php file*/
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet" type="text/css">
Comment

open sans font

//This is from google fonts
// to use import 
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
//to use link in head tag
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans" rel="stylesheet">
Comment

font family Open Sans

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css">
Comment

open sans font

<link href="https://fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet">
Comment

PREVIOUS NEXT
Code Example
Css :: disable text selection 
Css :: roboto 
Css :: how to define max number of character for a paragraph css 
Css :: css detect mobile 
Css :: reduce image size css 
Css :: how to stop a page from scrolling horizontally 
Css :: hide scroll bar 
Css :: make blur with css 
Css :: blazor spinner css in wwwroot/css/site.css 
Css :: rgba white color 
Css :: two background images css 
Css :: css blur background behind div 
Css :: perimeter around my background image 
Css :: box shadow border 
Css :: cs and cd in jfet 
Css :: font awesome pseudo element 
Css :: Add dark filter to an image - CSS 
Css :: slick arrow css 
Css :: css stylistic alternates 
Css :: add font css 
Css :: easiest way to invert css to dark mode 
Css :: css parallelogram 
Css :: make button stretch to fit text 
Css :: center with flex 
Css :: show all available virtual environments python 
Css :: position absolute align center 
Css :: css how to remove underline from visited sites 
Css :: text gradient css3 
Css :: css show scrollbar if overflow 
Css :: set border only left and right css 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =