[Midnightbsd-cvs] www [676] trunk: change fonts

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 16 23:50:49 EDT 2015


Revision: 676
          http://svnweb.midnightbsd.org/www/?rev=676
Author:   laffer1
Date:     2015-10-16 23:50:49 -0400 (Fri, 16 Oct 2015)
Log Message:
-----------
change fonts

Modified Paths:
--------------
    trunk/css/essence.css
    trunk/index.html

Removed Paths:
-------------
    trunk/assets/MidnightBSD_rus.doc

Deleted: trunk/assets/MidnightBSD_rus.doc
===================================================================
(Binary files differ)

Modified: trunk/css/essence.css
===================================================================
--- trunk/css/essence.css	2015-10-16 02:57:42 UTC (rev 675)
+++ trunk/css/essence.css	2015-10-17 03:50:49 UTC (rev 676)
@@ -12,7 +12,7 @@
 body {
     background-color: #fff;
     color: #444;
-    font: 100% helvetica, sans-serif;
+    font: 100% Oxygen, helvetica, sans-serif;
 }
 
 a:link, a:visited {

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2015-10-16 02:57:42 UTC (rev 675)
+++ trunk/index.html	2015-10-17 03:50:49 UTC (rev 676)
@@ -7,7 +7,8 @@
 		<title>MidnightBSD</title>
 		<link rel="shortcut icon" href="favicon.ico"> 
 		<link href="https://plus.google.com/112694070346575096682/" rel="publisher"> 
-		<link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd"> 
+		<link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd">
+		<link href='https://fonts.googleapis.com/css?family=Slabo+27px|Oxygen:400,700' rel='stylesheet' type='text/css'>
 		<link rel="stylesheet" type="text/css" href="css/essence.css"> 
 		<meta property="og:image" content="http://www.midnightbsd.org/art/logo/MidnightBSDLogo128x128.png">
 		<meta property="og:site_name" content="MidnightBSD">
@@ -42,7 +43,7 @@
 			<div class="col-md-8">
 				<div id="welcome" class="jumbotron">
 					<h2>Welcome to MidnightBSD</h2>
-					<blockquote>
+					<blockquote style="font-family: Slabo, serif">
 						<p>
 							MidnightBSD is a new BSD-derived operating system developed 
 							with desktop users in mind. 



More information about the Midnightbsd-cvs mailing list